How to Do FFT in MATLAB

Поділитися
Вставка
  • Опубліковано 14 чер 2024
  • Learn how you can do Fast Fourier Transform (FFT) in MATLAB. It starts with generating a synthesized signal and then using the FFT function to convert the signal from the time domain to the frequency domain, finally showing how to determine the sinusoid components of the signal in the frequency domain. Zero-padding and windowing methods are also introduced for spectrum analysis when the signal duration does not contain an integer number of signal cycles.
    FFT documentation: bit.ly/3fZwdEX
    Windows documentation: bit.ly/33NLbM9
    0:00 Introduction
    0:35 Generating a Synthesized Signal
    1:24 Using FFT to Analyze the Signal
    2:29 Zero-Padding
    3:35 Windowing
    4:00 Conclusion
    --------------------------------------------------------------------------------------------------------
    Get a free product trial: goo.gl/ZHFb5u
    Learn more about MATLAB: goo.gl/8QV7ZZ
    Learn more about Simulink: goo.gl/nqnbLe
    See what's new in MATLAB and Simulink: goo.gl/pgGtod
    © 2022 The MathWorks, Inc. MATLAB and Simulink are registered trademarks of The MathWorks, Inc.
    See www.mathworks.com/trademarks for a list of additional trademarks. Other product or brand names may be trademarks or registered trademarks of their respective holders.
  • Наука та технологія

КОМЕНТАРІ • 15

  • @DrJALAGHARI
    @DrJALAGHARI 2 роки тому +9

    The video for which I was looking for a long time. Thank you so much for this video and your easy to understand explanation.

  • @SyedAbdulRahmanKashif
    @SyedAbdulRahmanKashif 2 роки тому +3

    Well explained basic concept of FFT. Thank you so much.

  • @linamohammed6657
    @linamohammed6657 Рік тому +2

    Thanks a lot.. It's nice to find someone who explain things easily

  • @med7756
    @med7756 Рік тому

    Best video ever thank you from my heart
    helped alot
    you're amazing
    you're my everything

  • @laurencamila9024
    @laurencamila9024 Рік тому

    this is too good. Thank you

  •  2 роки тому

    Thank you so much, greetings from Bimac Research group - Universidad del Cauca, Colombia.

  • @elsharko87
    @elsharko87 2 місяці тому

    Great video, she has such a lovely voice.

  • @arneg0
    @arneg0 2 роки тому

    Thanks for the video!! Can we go over maybe changing the fft to a one side fft?

  • @ge6ge
    @ge6ge Рік тому

    When you decrease the duration from 2 to 0.64, I got an error for phase1: “Array indices must be positive integers or logical values”. With duration of 2 it was correct. There was also the error, when I added Zero-padding and windowing. When I change back to 2s, the error disappeared, but all phase-values are wrong.

  • @JudgeFredd
    @JudgeFredd 2 роки тому

    Thanks

  • @martineichenberger991
    @martineichenberger991 Рік тому

    Thank you, well explained ! Could you make a video explaining the 2DFFT with image filtering?

  • @hibataunsvi707
    @hibataunsvi707 2 роки тому

    Needed a matlab expert for my projects

  • @eCabrolify
    @eCabrolify 2 роки тому +2

    The time "t" is missing in the equation at 0m49s in the video

  • @oscarcordero16
    @oscarcordero16 7 місяців тому +1

    Not working