Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
Is figure 3 a frequency response?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commento
dpb
il 5 Dic 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???
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!