Simple FFT with Matlab

Rupam Das

Rupam Das

@rupam-das-wW5CvN Oct 21, 2024

FFT or Fast Fourier Transform is an age old concept of digital implementation of DFT. Even after 50 years, FFT is kind of like nightmares to many engineers.

So if you have DSP phobia and if you find FFT concepts difficult to understand, you can read the post:
#-Link-Snipped-#

or for any queries related to FFT,
#-Link-Snipped-#

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • sid_thewall

    sid_thewall

    @sid-thewall-8r14Pk Feb 17, 2012

    Rupam DasFFT or Fast Fourier Transform is an age old concept of digital implementation of DFT. Even after 50 years, FFT is kind of like nightmares to many engineers.

    So if you have DSP phobia and if you find FFT concepts difficult to understand, you can read the post:
    #-Link-Snipped-#

    or for any queries related to FFT,
    #-Link-Snipped-#

    Hi I am working on a project which involves acquiring heart sounds and analysing them using matlab.

    In this regard, I require the sampling frequency of the sounds which i collected from the following databases:

    #-Link-Snipped-#
    <a href="https://depts.washington.edu/physdx/heart/tech.html" target="_blank" rel="nofollow noopener noreferrer">Techniques - Heart Sounds & Murmurs Exam - Physical Diagnosis Skills - University of Washington School of Medicine</a>

    Without the sampling frequency I woont be able to design digital filters and further analysis in the frequency domain is impossible. Can you give me solutions to this problem?

    I used the wavread function in matlab.