搜索资源列表
-
0下载:
先采集一单声道音频信号(.wav)并用WAVREAD文件采样读取,并对其进行频谱分析。分别用窗函数法和双线性变换法设计低通、高通、带通三种FIR滤波器和IIR滤波器。用M文件使信号通过滤波器并对输出信号进行时域和频域分析。-First acquisition of a mono audio signal (. Wav) files with sampling WAVREAD read, and their spectral analysis. Window function, respectiv
-
-
0下载:
FIR数字滤波器广泛应用在数字通信系统中,研究其实现方法具有重要意义。Matlab功能强大,利用Matlab辅
助设计DSP应用程序,可大大缩短DSP应用程序的开发时间。介绍了Matlab和CCS及DSP的连接,说明了利用Matlab辅
助DSP实现FIR数字滤波器的过程,及如何在Matlab环境中调试DSP程序,给出了实现结果,并把该结果和单纯在Matlab
环境下实现结果进行比较,前者效果更好,更具有实际应用价值。
-FIR digital filters widely us
-
-
1下载:
本程序在MATLAB平台上实现了IIR滤波器的GUI设计,通过输入参数,即可在友好的界面上完成IIR滤波器的设计。-The program implemented on MATLAB platform GUI design of IIR filters, through the input parameters, can be completed in a friendly interface for IIR filter design.
-
-
0下载:
基于MATLAB的FIR数字滤波器设计
加深对数字滤波器的常用指标和设计过程的理解。
FIR滤波器实现一般采用窗函数法和等纹波设计法。窗函数法还包含两个分支,一种是用公式先手动算出N值和其他对应得窗函数参数值,再代入窗函数和fir1实现,一种是用函数*rord估算出N和相应参数再用fir1实现。不过要注意*rord会低估或高估阶次n,可能会使滤波器达不到指定的性能,这时应稍微增加或降低阶次。如果截止频率在0或Nyquist频率附近,或者设定的dev值较大,则得不到正确结果-MATLAB-
-
-
0下载:
数字信号处理的问题,用MATLAB编写的,用巴特沃斯、切比雪夫等设计IIR数字滤波器的程序。-Digital signal processing issues, written with MATLAB, with Butterworth, Chebyshev design of IIR digital filters and other procedures.
-
-
0下载:
各种模块实现10阶FIR滤波器,用matlab中的fdatool计算出设计的滤波器的系数,再利用VHDL编写各模块程序,实现滤波器-Various modules to achieve the10order filter based on FIR, using MATLAB FDATool calculates the design of the filter coefficients, then use VHDL to prepare procedures for each module, t
-
-
0下载:
几种用不同方法设计的数字滤波器matlab程序,rice大学编制,Several Matlab programs are available for the design of digital filters by several different approaches
-
-
0下载:
Filter can be FIR or IIR.
- Filter type can be lowpass, highpass, bandpass, or bandstop.
- Direct methods or optimization ones can be used during the design procedure.
In order to learn how you can use this toolbox, please copy all the codes
-
-
0下载:
Filter Design using MATLAB
-
-
0下载:
基于matlab的fir数字滤波器,运用filter函数,并且进行了gui界面设计-Fir matlab-based digital filters, using the filter function, and conducted a gui interface design
-
-
0下载:
滤波器设计,用matlab实现切比雪夫滤波器,内含预设参数修改即可-Filter design using MATLAB realization of Chebyshev filters containing default parameters modification
-
-
0下载:
这是之前用到的几个简单的滤波器的程序,滤波器的设计比较简单。可以直接使用matlab里的FDA,导出滤波器系数即可。
再就是参考数字信号处理课本里面三种滤波器设计的方法,由过渡带和所选的窗函数推导出滤波器阶数,进一步根据firl和filter函数编写-This is a few simple filters used before the program, the filter design is relatively simple. You can directly use the FDA
-
-
0下载:
通过设计数字滤波器,实现对语音信号的检测去除噪声,加深对数字滤波器设计理解(Through the design of digital filters, to achieve the detection of voice signals to remove noise, deepen the understanding of digital filter design)
-