Feeds
提问
How can I filter multiple files ?
I have made a filter as following [b,a] = butter(9,.02,'low'); x=textread('noisy.out'); y=filter(b,a,x); save filtered.out y -A...
15 years 前 | 1 个回答 | 0
1
个回答提问
How to make MATLAB stand-alone application?
I have a small Matlab m file which uses matlab signal processing toolbox, it basically is filtering noise from my signals. I wan...
15 years 前 | 1 个回答 | 0
