How to find the Sampling Frequency?
Show older comments
I have imported a sound file into Matlab using [sound,fs]=audioread('....')
I need to find the sampling frequency. I think that is fs, however when I import a different sound, my fs value does not change? Is there a difference between sampling rate and sampling frequency, and if there is how do I find the sampling frequency from the audiofile imported?
1 Comment
Aliu Moshood
on 6 Apr 2022
Sampling frequency is the inverse of sampling rate. You can also relate this to the physics relation between period and frequency of a wave. According to physics, the relation between period (the time taking for a wave to complete a cycle) and frequency is {frequency = 1/period}.
Accepted Answer
More Answers (0)
Categories
Find more on Audio I/O and Waveform Generation 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!