搜索资源列表
-
0下载:
FIR汉明窗滤波器和IIR双线性变换法设计的低通滤波器,用于心电信号的滤波。,Hamming window FIR and IIR filter design bilinear transform low-pass filter for filtering ECG.
-
-
0下载:
用窗函数法hamming设计的FIR数字低通滤波器,能够实现心电信号中随机噪声的去除,Hamming window function method with the design of FIR digital low-pass filter, ECG can be achieved in the removal of random noise
-
-
0下载:
四种窗函数设计FIR数字滤波器matlab源码(hant,hamming,blackman,kaiser)-use window functions to design digital low-pass FIR filter...
-
-
2下载:
实验指导 低通采样定理实验 FFT频谱分析实验 IIR滤波器设计实验 窗函数法FIR滤波器设计 频率采样法FIR滤波器设计实验-Experimental guide low-pass sampling theorem FFT spectrum analysis experiment experiment experiment IIR Filter Design Window Function FIR filter design frequency sampling FIR filter desi
-
-
0下载:
不适用matlab自带滤波器函数的fir低通滤波器设计- low-pass filter
-
-
0下载:
输入自己事先录制好的语音信号,该程序实现将语音信号通过FIR低通、高通、带通滤波器后还原出来的语音质量-Enter their own pre-recorded speech signal, the program will realize voice signal through the FIR low-pass, high pass, band-pass filter to restore them after the voice quality
-
-
2下载:
线性相位FIR低通滤波器和48阶带通滤波器,并进行了比较的源程序。-Linear phase FIR low-pass filter and 48-order band-pass filter, and a comparison of the source.
-
-
0下载:
信号与系统基础知识包括连续信号与模型、离散信号与模型;常用信号变换包括Z变换、Chirp Z变换、FFT变换、DCT变换和Hilbert变换等;离散系统结构包括IIR、fir和Lattice结构;IIR滤波器设计包括模拟和数字低通、高-Basic knowledge of signals and systems, including continuous signal with the model, discrete signals and model common signal, inclu
-
-
0下载:
FIR低通滤波器设计,表达得还比较详细,可以借鉴参考-FIR low-pass filter design, is also expressed in more detail, you can learn from the reference
-
-
2下载:
利用MATLAB开发软件进行编程,实现了数字FIR低通滤波器的功能,程序直接可以运行!-Use MATLAB to develop software for programming, implementation of digital FIR low-pass filter function, the program can run directly!
-
-
1下载:
当前工程上广泛采用了一种高效滤波器,即CIC(cascaded integrator-comb filter)将其作为第一级来实现抽取、低通滤波。第二级再用一个普通的FIR滤波器就实现使后端设备工作在较低的频率下且硬件花销少、功耗也很低。-Widely used in the current project, a highly efficient filter, that is, CIC (cascaded integrator-comb filter) as the first level t
-
-
0下载:
Low pass filter . Using hamming window and and FIR
filtering
-
-
0下载:
matlab实现对单声道立体声信号的fir低通滤波器,使用窗函数方法。并将信号写入.dat文件供硬件仿真使用。-fir low-pass filter use window function method,use matlab
-
-
0下载:
用MATLAB中的DSP BUILDER 设计的 FIR低通滤波器-Used in MATLAB DSP BUILDER design of FIR low-pass filter
-
-
0下载:
通过MATLAB程序设计实现FIR低通滤波器,附加一个交互界面选择不同的窗函数下的低通滤波。-MATLAB programs designed and implemented by FIR low-pass filter, attach an interactive interface to select a different window functions under the low-pass filter.
-
-
2下载:
根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。
分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。
对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。
-According to the theory of pseudo-random sequence, a
-
-
1下载:
FIR低通滤波器设计,运行通过,通过改变滤波器参数,可以得到不同阶数的滤波器,加有随机噪声的语音信号通过滤波器后会有很大改善。-FIR low-pass filter design, to run through, can be obtained by varying the filter parameters, the number of filters of different orders, and added with the random noise of the speech sig
-
-
0下载:
基于matlab和ccs实现fir低通滤波器,包含inc,cmd,asm文件-Based on matlab and ccs achieve fir low pass filter comprising inc, cmd, asm file
-
-
0下载:
本文在基于Matlab的基础上实现低通滤波器的设计,以及对比了几种窗函数的不同效果图。-In this paper, the design and implementation of Matlab low pass filter based on graph, and compared the different effects of several window functions.
-
-
0下载:
1、验证窗函数 N 变化时,验证其频谱主瓣副瓣比、主瓣宽度的变化。
a)矩形窗函数的 N 变化时,验证其其频谱主瓣副瓣幅度比基本不会发生变化,
而主瓣宽度将会变窄。这说明,当用矩形窗函数设计滤波器时,增大 N 不能使
得阻带衰减减小,但能够减小过渡带。
b)再选取其他的窗如 hamming/hanning 窗,验证当 N 变化时,其频谱主瓣宽
度变化、主瓣副瓣比值变化情况。
2、用窗函数法设计线性相位 FIR 低通,通带截止频率 wp=0.5PI, 阻带截止频率 ws=0.6PI,
-