Amplitude Ratio Measurement with Matlab
The present code is a Matlab function that provides a measurement of the amplitude ratio between two signals with one and the same shape (e.g., both signals are sine-waves). The main purpose is assisting the measurement of a frequency response of a two-port circuit. The amplitude ratio measurement is based on a Discrete Fourier Transform (DFT) of the signals and a Maximum Likelihood Estimation (MLE) of their amplitudes. The method is highly noise resistive.
Two examples are given in order to clarify the usage of the function. The input and output arguments are given in the beginning of the code.
The code is based on the theory described in:
[1] D. Rife, R. Boorstyn. Single-tone parameter estimation from discrete-time observations. IEEE Trans. Inform. Theory, Vol. IT–20, pp. 591-598, Sept. 1974.
Citar como
Hristo Zhivomirov (2025). Amplitude Ratio Measurement with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/50559-amplitude-ratio-measurement-with-matlab), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Signal Processing > Signal Processing Toolbox > Digital and Analog Filters > Digital Filter Design >
Etiquetas
Agradecimientos
Inspiración para: Frequency Response Measurement with Matlab, Impedance Frequency Response Measurement with Matlab
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.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.5.0.0 | A new version of the code has been uploaded. |
||
1.4.0.0 | A new version of the code has been uploaded. |
||
1.3.0.0 | A new version of the code has been uploaded. |
||
1.2.0.0 | A new version of the code has been uploaded. |
||
1.1.0.0 | A new version of the code has been uploaded. |
||
1.0.0.0 |