Magnitude and Phase of a Transfer Function (mag_phase)
Versión 2.2.2.0 (197 KB) por
Tamas Kis
Magnitude and phase of a transfer function (i.e. linear system) at a specific point in the frequency domain.
mag_phase
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×1tf
,zpk
, orss
): continuous or discrete-time linear system -
x
(1×1complex double
): location in frequency domain -
units
(char
array):deg
orrad
Outputs
-
mag
(1×1double
): magnitude of transfer function at or -
phase
(1×1double
): phase of transfer function at or
Examples and Additional Documentation
- See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.
- See "Magnitude_and_Phase_of_a_Linear_System.pdf" (also included with download) for the technical documentation.
Citar como
Tamas Kis (2024). Magnitude and Phase of a Transfer Function (mag_phase) (https://github.com/tamaskis/mag_phase-MATLAB/releases/tag/v2.2.2), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Se creó con
R2023a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS LinuxEtiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.
Para consultar o notificar algún problema sobre este complemento de GitHub, visite el repositorio de GitHub.