Matlab - Power Spectral Analysis

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024

Комментарии • 14

  • @caralli18281
    @caralli18281 2 месяца назад

    Just one comment: for any complex z, z times conjugate(z) used in the 2nd method is equal to abs(z) squared used in the 1st method. For exampe, |1+i|^2=(sqrt(1+1))^2=2=(1+i)*(1-i)=1+1=2

  • @eengpriyasingh706
    @eengpriyasingh706 3 года назад +6

    please provide the code here

  • @MrFaalke
    @MrFaalke 3 года назад +2

    great video thx so much

  • @suribabu9396
    @suribabu9396 Год назад

    How can I calculate the power spectrum for a GPS time series (date vs displacement). I need plots like Normalized power vs frequency (per year).

  • @tsehayenegash8394
    @tsehayenegash8394 2 года назад

    I have 15 years Temperature vs height data in excell, so how can I find fs and how plot it

  • @zahratohidi7589
    @zahratohidi7589 Год назад

    I followed the example for my data but at the end I could get any plot for that! And I got the error about f1 #Index exceeds the number of arry elements. Index must not exceed 1#
    To be honest I am new in matlab. So I would appreciate if you help me by that.
    Thank you

  • @pedrocalorio1655
    @pedrocalorio1655 3 года назад

    Hi, thanks for the video
    Could you please also show how to create CPSD from FFT in MATLAB? I'm trying to implement it but my results are not matching cpsd's function from MATLAB

  • @arathip7792
    @arathip7792 2 года назад

    I have a doubt.
    The scaling factor in other matlab program I saw like this
    1/fs*N *(abs(fft)^2).
    Why insted of bin (1/fs*N)
    Which Is correct.
    and(fft)^2 is ok .it is equal to conjugate part
    Pls answer

  • @amr.a-m8350
    @amr.a-m8350 3 года назад

    Thank you, Kayt. I hope to get the script of the file.m please for this example?

  • @CelineRazavi
    @CelineRazavi 2 года назад

    thank you

  • @talarikarun
    @talarikarun 3 года назад +1

    How to find power spectral density for an image ?

  • @pradeepanupuram5716
    @pradeepanupuram5716 2 года назад

    how to do the same for ECG signal?
    if anyone has code for that can provide.

  • @littlesmallmook5406
    @littlesmallmook5406 3 года назад

    How can you know the number of frequency bin?