How to add Frequency to audioinfo
1 view (last 30 days)
Show older comments
Hi, I'm wondering how to add a frequency to the audioinfo command. As it stands, audioinfo only provides channels, sample rates, total samples, duration and bits per sample. Is there any way to add average signal frequency to that list?
0 Comments
Answers (1)
AR
on 10 Oct 2022
Moved: Joel Van Sickel
on 1 Nov 2022
Hi Anthony,
The frequency content of a signal can be analysed using techniques like the Fast Fourier Transform. For example: Finding the frequency value of a signal - MATLAB Answers - MATLAB Central (mathworks.com)
Regarding average frequency, please refer to: Average frequency Of A Signal - MATLAB Answers - MATLAB Central (mathworks.com)
0 Comments
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!