Plotting the Fourier Transform in Python (DFT/FFT)

Published 2023-09-22

All Comments (9)
  • @acelaox6836
    Thank you so much now I didn't know about fftshift in numpy till today!
  • @starx8771
    This was so helpful, thank you so much!
  • @angeloc700
    Nice video. As a suggestion, if you turned the VS autocomplete dialogues off, I’m sure the viewer’s experience would be much better; it’s very difficult to focus on what you’re saying and typing when modal boxes are popping up and changing all over the place.
  • @anonymousguy438
    How to know what are the different frequencies which constructs your main signal? I am asking about the frequency values not its amplitude.
  • Here you have sampled the signal at intervals of 1. what if I want to sample it at a higher frequency?
  • @imk820
    Hi can I ask you a question?
  • @yabool2001
    Hi Paul. Why do you call DFT in the title when you don't show DFT at all in this video? The DFT operates exclusively on discrete sets of data and produces a spectrum comprising discrete frequency components.