Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
faq:how_can_i_do_time-frequency_analysis_on_continuous_data [2014/09/19 15:10] 134.151.33.98 [How can I do time-frequency analysis on continuous data?] |
faq:how_can_i_do_time-frequency_analysis_on_continuous_data [2017/08/17 11:21] (current) |
||
---|---|---|---|
Line 49: | Line 49: | ||
time = ((begsample+endsample)/2) / data_segmented.fsample; | time = ((begsample+endsample)/2) / data_segmented.fsample; | ||
- | Then we proceed by copying the freq structure, in which we flip the power spectrum to change the "rot" dimension into the "time" dimension: | + | Then we proceed by copying the freq structure, in which we flip the power spectrum to change the "rpt" dimension into the "time" dimension: |
freq_continuous = freq_segmented; | freq_continuous = freq_segmented; |