についてのチュートリアルを読んでい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 だけでなく、ウィンドウの幅に含まれる信号全体を選択する必要があると思います。
T の代わりにウィンドウの幅の T/2 が選択される理由を誰か説明できますか?