Borrar filtros
Borrar filtros

what is an audio signal bandwidth and Nyquist rate?

2 visualizaciones (últimos 30 días)
Dana Alsalman
Dana Alsalman el 7 de Mayo de 2016
Comentada: Star Strider el 8 de Mayo de 2016
Hi
Can anyone please help me to write the code to find the bandwidth and Nyquist rate of a speech signal?
Based on my research, I think I have to use fft function but I don't know how!
I appreciate it if you could write down the matlab codes required to find the bandwidth and Nyquist rate of a speech signal.
Thanks in advance.

Respuestas (1)

Star Strider
Star Strider el 7 de Mayo de 2016
Your Question leaves some details undefined.
However:
You choose the sampling frequency of your speech signal (ideally 44.1 kHz). See the documentation for audiorecorder for details.
The sampling interval is the inverse of that: Ts = 1/Fs;
The Nyquist frequency (usually Fn) is one-half the sampling frequency, Fn = Fs/2;. For reasons I won’t go into here, it is the highest uniquely resolvable frequency of a sampled signal.
Bandwidth of a speech signal varies, but for engineering purposes is considered to be 6 kHz.
The R2015a documentation for fft clearly explains what you need to do to calculate and plot it. Note specifically the code between the top two plot figures.
Of note, the 44.1 kHz sampling frequency is used because the upper limit of normal human hearing is about 20 kHz. The relevant Nyquist frequency slightly exceeds that.
  4 comentarios
Image Analyst
Image Analyst el 8 de Mayo de 2016
I think the Nyquist rate is 1 & 1/4-miles in 2:01.31, as was shown just a few hours ago. http://www.cnn.com/2016/05/07/horseracing/kentucky-derby/index.html
Star Strider
Star Strider el 8 de Mayo de 2016
@Image Analyst — Brilliant!

Iniciar sesión para comentar.

Categorías

Más información sobre Audio I/O and Waveform Generation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by