Hello,
I would like to report an issue I've encountered for quite a few participants concerning the FFT multinotch filter. The configuration is; notch, with a frequency of 50 Hz, notch width and slope of 2 Hz and number of harmonics = 2.
The observed error is as follows:
"Unable to perform assignment because the left and right sides have a different number of elements.
Error in CLW_buildFFTfilter (line 36)
v((end+1)/2:end)=v((end-1)/2:-1:2);
Error in FLW_FFT_filter.get_lwdata (line 280)
v = CLW_buildFFTfilter(header,option);
Error in LW_batch/run_script (line 497)"

Hello,
I would like to report an issue I've encountered for quite a few participants concerning the FFT multinotch filter. The configuration is; notch, with a frequency of 50 Hz, notch width and slope of 2 Hz and number of harmonics = 2.
The observed error is as follows:
"Unable to perform assignment because the left and right sides have a different number of elements.
Error in CLW_buildFFTfilter (line 36)
v((end+1)/2:end)=v((end-1)/2:-1:2);
Error in FLW_FFT_filter.get_lwdata (line 280)
v = CLW_buildFFTfilter(header,option);
Error in LW_batch/run_script (line 497)"