【发布时间】:2015-02-26 11:25:48
【问题描述】:
我一直在阅读有关short time fourier transfor 的教程,并且我在文本中找到了一些我无法理解或弄清楚的行。教程说如下
This window function is first located to the very beginning of the signal. That is, the
window function is located at t=0. Let's suppose that the width of the window is "T" s. At
this time instant (t=0), the window function will overlap with the first T/2 seconds (I
will assume that all time units are in seconds). The window function and the signal are
then multiplied. By doing this, only the first T/2 seconds of the signal is being chosen,
with the appropriate weighting of the window.
我无法理解的是:only the first T/2 seconds of the signal is being chosen,
with the appropriate weighting of the window。
我的问题是:为什么只选择前 T/2 秒?我认为,既然窗口的宽度是 T,那么应该选择包含在窗口宽度内的信号的整个部分,而不仅仅是窗口的 T/2。
谁能解释一下为什么选择thw窗口宽度的T/2而不是T?
【问题讨论】:
标签: signal-processing fft wavelet haar-wavelet