what is the code to apply filters (lowpass and highpass) for signals read?
조회 수: 8 (최근 30일)
이전 댓글 표시
y=wavread(filename); wavplay(y,11025); wavwrite(y,11025,filename);
댓글 수: 0
답변 (1개)
Amith Kamath
2013년 1월 3일
Assuming you have the Signal Processing Toolbox installed, you could use the FDA Tool to specify the parameters for your filter. Some info is here: http://www.mathworks.com/help/signal/examples/introduction-to-the-filter-design-and-analysis-tool-fdatool.html
Now that you have the required characteristics, export it to the workspace, and operate it on y using http://www.mathworks.com/help/matlab/ref/filter.html.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Digital Filter Design에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!