Feeds
提问
filtfilt fails with B=1, A=1 on matrix
filtfilt(1,1,ones(4000,1)); % works OK filter(1,1,ones(4000,2)); % works OK filtfilt(1,1,ones(4000,2)); % worked in R2019b Upd...
4 years 前 | 1 个回答 | 1
1
个回答提问
audiorecorder fails to open (Invalid type of input arguments (should be uint64))
Audiorecorder fails to open: Error using audiorecorder/initialize (line 241) Invalid type of input arguments (should be ...
9 years 前 | 1 个回答 | 0
1
个回答提问
resample lacks appropriate lowpass filtering
Surprisingly, resample does not seem to apply appropriate filtering to avoid aliasing. Try: x=randn(10000,1); pwelch(decimate(...
12 years 前 | 1 个回答 | 0
