How to find the Sampling Frequency?
    11 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Rhyston Da Silva
 il 9 Ott 2020
  
    
    
    
    
    Commentato: Aliu Moshood
 il 6 Apr 2022
            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 Commento
  Aliu Moshood
 il 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}.
Risposta accettata
  Ameer Hamza
      
      
 il 9 Ott 2020
        Yes, fs is the sampling frequency. Sampling frequency and rate are related to each other: frequency = 1/rate. And it is not strange that two files have the same sampling frequency. Most of the audio signals are recorded at a similar sampling frequency, e.g., 44.1 kHz.
3 Commenti
  Ameer Hamza
      
      
 il 9 Ott 2020
				They may want you to compare the frequency content (discrete Fourier transform) of the signal, which can be calculated using fft() of the signal.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Audio I/O and Waveform Generation in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


