Matlab - Power Spectral Analysis

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 14

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

    great video thx so much

  • @caralli18281
    @caralli18281 4 місяці тому

    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

  • @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).

  • @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

  • @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

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

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

  • @amr.a-m8350
    @amr.a-m8350 3 роки тому

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

  • @talarikarun
    @talarikarun 3 роки тому +1

    How to find power spectral density for an image ?

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

    thank you

  • @littlesmallmook5406
    @littlesmallmook5406 3 роки тому

    How can you know the number of frequency bin?

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

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