"Windowing and Fourier Transform"
Hello everybody. Hopefully a quick question... I'm currently attempting to use the series windowing operator along with the fft operator. My goal is to move through the series, 128 samples at a time, performing an fft on each window. I've setup a process as follows but I think that I may be fundamentally misunderstanding how the windowing operator works since I am getting an error related to nesting the FFT operator inside of the series windowing operator. Do you guys have any suggestions? My desired output would be the spectral data for each windowed chunk of data.
Your help is much appreciated.
Your help is much appreciated.
<宏/ >
<运营商激活d="true" class="process" compatibility="5.1.006" expanded="true" name="Root">
<运营商激活d="true" class="series:generate_series_sinus" compatibility="5.1.002" expanded="true" height="60" name="Generate Series (Sinus)" width="90" x="45" y="120">
<运营商激活d="true" class="series:windowing_series" compatibility="5.1.002" expanded="true" height="60" name="Windowing (Series)" width="90" x="246" y="120">
<运营商激活d="true" class="series:fast_fourier_transformation" compatibility="5.1.002" expanded="true" height="60" name="Fast Fourier Transformation" width="90" x="246" y="30"/>
<运营商激活d="true" class="series:series_to_data" compatibility="5.1.002" expanded="true" height="60" name="Series To Data" width="90" x="447" y="120"/>
Tagged:
0
Answers
The problem with your setting is the parameteroverlapof theWindowing (Series)operator. You should use a value between 0.0 and 1.0.
Best regards,
Helge