Comments on: Chirp Signal – FFT & PSD in Matlab & Python https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/ Signal Processing for Communication Systems Mon, 04 Oct 2021 04:53:04 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Mathuranathan https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45230 Sat, 29 May 2021 11:28:54 +0000 http://www.gaussianwaves.com/?p=6968#comment-45230 In reply to Aman Sinha.

Magnitude response is the magnitude of the complex value of the frequency response vs. frequency.
It is used to see how a system affects the amplitudes of frequencies in a signal.

A variable’s amplitude is just a measure of change relative to its central position, whereas a variable’s magnitude is a measure of distance or quantity regardless of direction.

]]>
By: Mathuranathan https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45229 Sat, 29 May 2021 11:24:03 +0000 http://www.gaussianwaves.com/?p=6968#comment-45229 In reply to Aditya.

The power spectral density tell us the distribution of power of the signal vs. frequency. The PSD plots indicate most of the power is concentrated from 1Hz to 25 Hz which conforms with the intended configuration of the chirp in the time domain.

]]>
By: Aman Sinha https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45214 Wed, 26 May 2021 16:05:48 +0000 http://www.gaussianwaves.com/?p=6968#comment-45214 Sir can you tell a bit more difference between normal sinusoidal vs chirp signal.
(Atleast 5 difference)

]]>
By: Aditya https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45213 Wed, 26 May 2021 15:51:52 +0000 http://www.gaussianwaves.com/?p=6968#comment-45213 What does PSD of chirp signals tells us? What can we comment on the PSD graph of chirp signal?

]]>
By: Aman Sinha https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45212 Wed, 26 May 2021 15:49:47 +0000 http://www.gaussianwaves.com/?p=6968#comment-45212 what is the physical significance of Magnitude response?

]]>
By: Mathuranathan https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45211 Wed, 26 May 2021 11:09:56 +0000 http://www.gaussianwaves.com/?p=6968#comment-45211 In reply to Harsh kumar.

Sinusoidal signal is a smooth repetition of oscillation at a fixed frequency. Chirp signal is also a sinusoidal signal whose frequency continuously increases (or decreases).

]]>
By: Harsh kumar https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45210 Wed, 26 May 2021 10:47:54 +0000 http://www.gaussianwaves.com/?p=6968#comment-45210 Hello Mathuranathan
Can you plz explain
What is difference between normal sinusoidal or chrip signal ?

]]>
By: Mathuranathan https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45203 Mon, 24 May 2021 06:24:02 +0000 http://www.gaussianwaves.com/?p=6968#comment-45203 In reply to Aditya.

FFT is taken on a vector of size L. Hence the amplitude is normalized by dividing by L. If the shape of the amplitude spectrum is important than the actual amplitude values, then the scaling factor can be ignored.

]]>
By: Aditya https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45202 Sun, 23 May 2021 17:34:32 +0000 http://www.gaussianwaves.com/?p=6968#comment-45202 Hello Mathuranathan

plot(f,abs(X)/(L),’r’);

Why abs(X) is divide by (L)? Can’t we just write plot(f,abs(X),’r’); only?

Thank You.

]]>
By: Ajay Kumar https://www.gaussianwaves.com/2014/07/chirp-signal-frequency-sweeping-fft-and-power-spectral-density-matlab-python/#comment-45192 Wed, 19 May 2021 10:58:34 +0000 http://www.gaussianwaves.com/?p=6968#comment-45192 Thank you very much for redirecting to the other article, Mathuranathan! That plus this youtube video (https://www.youtube.com/watch?v=D67ZgH8FEAI) helped me understand the concept of PSD much better!

]]>