Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Is figure 3 a frequency response?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I have the following code[attached png]. I am practising to write a program that will create a filter for an audio signal. First I am running some exercises that will teach some basic concepts before attempting the task. Exercise is attached in png file. The exercise is supposed to introduce how to perform FFT on MATLAB. I don't understand the section of code starting at line 15-ending at 18. What is this supposed to do? Question: is the figure 3 called a frequency response?
1 comentario
dpb
el 5 de Dic. de 2016
Well, yes, it is computing/displaying the one-sided PSD. Line 15 is simply computing the frequency vector corresponding to the sampling parameters of rate and number of samples.
What is your reference text? Surely it has the basic relationships defined therein???
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!