顯示具有 FFT 標籤的文章。 顯示所有文章
顯示具有 FFT 標籤的文章。 顯示所有文章

2010年6月1日 星期二

EMG Median Frequency

Now we try to calculate the median frequency of this raw EMG data:


1. We need to use fast fourier transform.



2. Integrate the half of the data, because the other half is image of the real data.


3. Find the median value of this Integrated data.
    Here is my matlab function:




2010年1月24日 星期日

EMG paremeters in My thesis

In my thesis, I analyzed EMG in time domain and frequency domain.