Skip to content

Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.

License

Notifications You must be signed in to change notification settings

tamaskis/mag_phase-MATLAB

Repository files navigation

mag_phase View Magnitude and Phase of a Transfer Function (mag_phase) on File Exchange Open in MATLAB Online

Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.

Syntax

[mag,phase] = mag_phase(sys,x)
[mag,phase] = mag_phase(sys,x,units)

Inputs

  • sys (1×1 tf, zpk, or ss): continuous or discrete-time linear system
  • x (1×1 complex double): location in frequency domain
    • in continuous domain
    • in discrete domain
  • units (char array): deg or rad

Outputs

  • mag (1×1 double): magnitude of transfer function at or
  • phase (1×1 double): phase of transfer function at or

Examples and Additional Documentation

About

Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages