Noise Measurement with Matlab
The present code is a Matlab function that provides:
1) Plotting of:
- the signal in the time domain;
- the Power Spectral Density of the signal.
2) Displaying of:
- the average PSD before the A- or C- weighting;
- the average PSD after A- or C- weighting;
- the output noise (by TrueRMS Voltmeter) before A- or C- weighting;
- the output noise (by TrueRMS Voltmeter) after A- or C- weighting.
Two examples are given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.
The code is based on the theory described in:
[1] A. Kay. Operational Amplifier Noise: Techniques and Tips for Analyzing and Reducing Noise (Chapter 5). Oxford, Newnes, 2012.
[2] Design Response of Weighting Networks for Acoustical Measurements ANSI S1.42-2001. Washington, American National Standards Institute, 2001.
[3] Electroacoustics Sound Level Meters Part 1: Specifications IEC 61672-1:2002. Geneva, International Electrotechnical Commission, 2002.
[4] G. Heinzel, A. Rudiger, R. Schilling. Spectrum and spectral density estimation by the Discrete Fourier transform (DFT), including a comprehensive list of window functions and some new flat-top windows. Hannover, Max-Planck-Institut für Gravitationsphysik, 2002.
[5] Хр. Живомиров. Измерване на някои шумови параметри на усилвателите с приложение на Matlab. Трети международен научен конгрес „50 год. Технически университет – Варна”, 4 – 6 Октомври 2012, Варна. Third International Scientific Congress Proceedings, ISBN 978-954-20-0551-3, Vol. 2, pp. 32-37, 2012.
Cita come
Hristo Zhivomirov (2024). Noise Measurement with Matlab (https://www.mathworks.com/matlabcentral/fileexchange/37526-noise-measurement-with-matlab), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
- Signal Processing > Audio Toolbox > Simulation, Tuning, and Visualization >
- Engineering > Mechanical Engineering > Acoustics, Noise and Vibration >
Tag
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Example 1
Example 2
Versione | Pubblicato | Note della release | |
---|---|---|---|
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 | Typos correction has been made.
|
||
1.1.0.0 | A new version of A-weighting filter has been added. |
||
1.0.0.0 |