Short-time Fourier transform

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

КОМЕНТАРІ • 14

  • @karadarwish
    @karadarwish 4 роки тому

    The overlapping and tapering really me helped a lot. Thank you.

  • @hibye-fy1ul
    @hibye-fy1ul 3 роки тому

    You can't answer my question. How can you be better in this video?
    Perfect. thank you so much. You make me think again about choosing a major for the master.

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

      I'm glad you found it useful. This is one of my older videos with a crappy recording setup. You should also check out the newer videos in my "NEW ANTS" playlists. Same content but higher quality :o

  • @AliSher-ol4wc
    @AliSher-ol4wc 4 роки тому

    Sir you are the best. I am taking your courses on Udemy. Thanks for your work for the humanity.

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

    thanks for the amazing videos I have one doubt about how to Change the STFT frequency axis to the velocity axis

  • @johnola3751
    @johnola3751 4 роки тому

    I can't see these codes, can someone put up the matlab codes please..

  • @Undirvising
    @Undirvising 5 років тому

    This is amazing! thanks alot Mike

  • @blackrobot138
    @blackrobot138 4 роки тому

    You make really good videos Mike and you reply to your fan mails.... XD . You helped me alot man. Your answers cleared a lot of things... I might bug you again ... :) :)

    • @mikexcohen1
      @mikexcohen1  4 роки тому

      Fan mail :P as long as no one writes fan-fiction I'm happy with it ;)

  • @PAPYRSEH
    @PAPYRSEH 4 роки тому

    We dont see the Fourier Trandform, you actualy use as many others fft matlab funktion.

    • @mikexcohen1
      @mikexcohen1  4 роки тому

      I explain and demonstrate the full discrete Fourier transform earlier in this course; this particular video happens later in the course.

  • @AliRaza786
    @AliRaza786 5 років тому +1

    very informative. Thanks for uploading.

  • @abdulhakimal-hakim1211
    @abdulhakimal-hakim1211 2 роки тому

    I always got an error here with my data.
    data = squeeze(EEG.data(chanidx,times2saveidx(ti)-floor(timewinpnts/2)+1:times2saveidx(ti)+ceil(timewinpnts/2),:));
    the error is saying that
    Index in position 2 is invalid. Array indices must be positive integers or logical values.