Frequency problem between reality and analysis

3 visualizaciones (últimos 30 días)
sofiane benhamza
sofiane benhamza el 11 de Jun. de 2022
Comentada: Bjorn Gustavsson el 21 de Jun. de 2022
Bonjour ; je sais que l'oreil humain est capable d'entendre les frequences entre 20 et 20k (hz) , mais quand j'analyse un signal sous Matlab [Data,Fs] il donne toujours que Fs=42000 hz . J'arrive pas a comprendre comment ca marche
  5 comentarios
sofiane benhamza
sofiane benhamza el 20 de Jun. de 2022
So , we have 2 frequencies , the sampling (which is depend of speed of playing ) and the sound frequency which is still mystery , Thanks for your help <3
Bjorn Gustavsson
Bjorn Gustavsson el 21 de Jun. de 2022
To look at the frequencies of the sound you could look at its spectrogram. How to calculate and display that have a look at the help and documentation of the spectrogram function.

Iniciar sesión para comentar.

Respuesta aceptada

Jonas
Jonas el 20 de Jun. de 2022
the nyquist theorem tells that you need to sample a wave at least two times to reproduce it without errors. Or in other words, if you want to catch frequencies up to 20kHz, you need a sampling (recording) frequency of at least 2*20kHz=40kHz.
If there are really high amounts of data in the high range it is recommended to either use an analog lowpass filter (anti aliasing) filter before it is sampled or to signfificantly incerease the sampling frequency (e.g. 100k) to avoid back folding (aliasing) of high frequency contents
  1 comentario
sofiane benhamza
sofiane benhamza el 20 de Jun. de 2022
I don't know how to thank you . I got your words , Thaanks <3 men.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by