How to take FFT in Matlab | FFT Matlab Plot Frequency | FFT Matlab Easy Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 20

  • @hagerechikh2662
    @hagerechikh2662 2 ปีที่แล้ว +1

    Thank you very much. Your presentation is very clear. God bless you.

  • @rahulsaini7082
    @rahulsaini7082 3 ปีที่แล้ว

    Very well explained, Sir. Thankyou very much.

  • @sultankhan9600
    @sultankhan9600 3 ปีที่แล้ว +1

    Wonderful and to the point sir

  • @anumuladinesh1562
    @anumuladinesh1562 ปีที่แล้ว

    Very useful content tq sir

    • @electricallectures
      @electricallectures  ปีที่แล้ว

      Thanks. Stay tuned and dont forget to subscribe plz

  • @thereccher8746
    @thereccher8746 2 ปีที่แล้ว

    What if you have a pre-established wave. We have a t array = [0:0.001:28], and a y constructed of five different sin waves dependent on t. If I had to apply a FFT to that, would I have to reconstruct the same wave based on the sampling frequency.

  • @thaliaximenes5850
    @thaliaximenes5850 3 ปีที่แล้ว +1

    Thank you for presentation

  • @AlexLopez-mq3ip
    @AlexLopez-mq3ip 3 ปีที่แล้ว

    Thank you so much!!

  • @gouthamrathod5056
    @gouthamrathod5056 2 ปีที่แล้ว

    Can you write code on fft spectrum if fs should be less than fc

  • @mahdisaadat9590
    @mahdisaadat9590 3 ปีที่แล้ว +1

    How the amplitude is calculated after FFT (500)?

  • @meghamangal6171
    @meghamangal6171 2 ปีที่แล้ว

    Did anyone compare the result of fft and analytically fouriertransform of any function. Is it same or different?

  • @fareehakarimkhan4400
    @fareehakarimkhan4400 8 หลายเดือนก่อน

    you did not explained why the next freqeucny components lies out of range when it should be a -w ? if you can explain how to plot double sided spectrum with both frequency components

  • @rohit4924
    @rohit4924 ปีที่แล้ว

    can you please explaiin why the second peak is at 450? and not at 550?

  • @ammess2033
    @ammess2033 2 ปีที่แล้ว

    Can you please explain why (x=sin(2*pi*f/fs*(0:N-1));
    I did not understand why divide by fs and why multiply by (0:N-1)
    Any help is appreciated

    • @PeterAltuzzi
      @PeterAltuzzi 2 ปีที่แล้ว +3

      In the continous time domain you would have a signal like x=sin(2*pi*f*t). But we are working with discrete time signals here. You have to replace the time variable t with n*Tsample. Tsample is the sample time of your signal and n is a natural number like 0,1,2,3...N-1. Further you have to use the correlation fsample = 1/Tsample.

  • @gouthamrathod5056
    @gouthamrathod5056 2 ปีที่แล้ว

    Fs=24Mhz
    Fc=110Mhz
    Equation=cos(2*pi*fc*t);

  • @schlast8311
    @schlast8311 3 หลายเดือนก่อน

    your sine wave is sin(0.2pi t). the period is 10, and the frequency is 0.1. At the end, you get a peak at 50. And you said it is the sine wave frequency. what the heck are you doing?

  • @schlast8311
    @schlast8311 3 หลายเดือนก่อน

    makes zero sense to me. you defined f = 50. what is it supposed to mean? and why your definition of fs is actually the sampling frequency?

  • @gowrir7961
    @gowrir7961 2 ปีที่แล้ว

    Thank you for this presentation.could you pls share your emailid