当前位置:
首页
资源下载

搜索资源 - bilinear transformation
搜索资源列表
-
1下载:
1.找点一段心电信号,画出信号时域波形和频谱图;
2. 利用MATLAB中的随机函数产生噪声加入到心电信号中,使心电信号被污染,读出污染后的号并画出对应信号的时域波形和频谱图;
3.用双线性变换法设计一个Butterworth带通滤波器,输出所设计的滤波器的阶次,分子、分母多项式的系数,画出滤波器的频率响应(幅频响应和相频响应)曲线;(也可以根据自己需要设置滤波器性能指标)
带通通滤波器设计性能指标:fs1=10Hz, fp1=20Hz, fp1=1000Hz, fs2=120
-
-
0下载:
利用双线性变换设计IIR滤波器(只介绍巴特沃斯数字低通滤波器的设计),首先要设计出满足指标要求的模拟滤波器的传递函数 ,然后由 通过双线性变换可得所要设计的IIR滤波器的系统函数 。-IIR filter design using bilinear transform (only introduced the Butterworth digital low-pass filter design), first designed to meet the index requirements of
-
-
1下载:
按照给定指标采用模拟巴特沃斯低通滤波器去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 -Indicators in accordance with a given analog Butterworth low-pass filter to approximate the ideal analog low-pass filter, and then through the bilinear transformation method of digitizin
-
-
0下载:
基于matlab实现的双线性变换法设计滤波器,对心电图滤波,得出幅频特性图-Matlab based on the realization of the bilinear transformation method designed filter, for filtering electrocardiogram obtained amplitude-frequency characteristic map
-
-
1下载:
语音信号滤波去噪——使用双线性变换法设计的椭圆滤波器。-Speech Signal Denoising Filtering- Bilinear transformation method using the elliptic filter design.
-
-
0下载:
巴特沃斯滤波器设计,双线性变换法,代码不是很长-Butterworth filter design, bilinear transformation method, the code is not very long ... ...
-
-
0下载:
自己做的:
(一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。
(二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz,As=20dB。
-(A) design using the bilinear transformation method and the experimental system of a
-
-
0下载:
用脉冲响应不变法和双线性变换法设计数字带通滤波器-Impulse response using the same method and bilinear transformation method the number of band-pass filter design
-
-
0下载:
Filter design using Hamming window
Filter Design using Kaiser window
Filter design using Bilinear Transformation of butterworth filter
-
-
0下载:
老外编的的程序,可以成功运行,推荐下载学习-mosaic.m Code Descr iption
The mosaic.m scr ipt operates as follows:
First, it converts the values of the images from unsigned int to double. This is done because most of the MATLAB operations use double as default type. Th
-
-
0下载:
filter design matlab code using bilinear transformation
-
-
1下载:
实现有限冲激响应滤波器的设计,按照给定指标采用模拟低通滤波器(巴特沃思低通或者切比雪夫低通)去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 。-To achieve the design of finite impulse response filter, according to a given target analog low-pass filter (Butterworth low-pass or a Chebyshev low-pass) to
-
-
1下载:
本实验首先按照给定技术指标采用模拟低通滤波器(巴特沃思低通滤波器)去逼近理想模拟低通滤波器,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器。-In this study, first of all technical specifications in accordance with a given analog low-pass filter (Butterworth low-pass filter) to approximate the ideal analog low-pass
-
-
1下载:
本实验首先按照给定指标采用模拟低通滤波器(巴特沃思低通或者切比雪夫低通)去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 。-In this study, the first indicator in accordance with a given analog low-pass filter (Butterworth low-pass or a Chebyshev low-pass) to approximate the ideal analog low-
-
-
0下载:
设计一个IIR数字低通滤波器, 逼近一组模拟滤波器的指标参数(通带截止频率Wp=2*pi*2000rad/s,阻带边界频率Ws=2*pi*3000rad/s,通带波纹 Rp=3db, 阻带衰减Rs=15db, 采样频率f=10000Hz); 分别用脉冲响应不变法和双线性变换法实现设计,列出传递函数并描绘模拟和数字滤波器的幅频和相频响应曲线。用上述设计滤波器完成几组给定信号的滤波,证明滤波器的有效性和滤波范围限制.-Design a IIR digital low-pass filter, app
-
-
0下载:
利用偏移量插值实现图像的透视变换(运用了双线性变换原理)-Offset interpolation using the image perspective transformation (using the bilinear transformation principle)
-
-
5下载:
基于 MATLAB 的语音信号分析与处理的课程设计.录制一段自己的语音信号,并对录制的信号进行采样;画出采样后语音信号的时域波形和频谱图;给定滤波器的性能指标,采用窗函数法或双线性变换设计滤波器,并画出滤波器的频率响应;然后用自己设计的滤波器对采集的语音信号进行滤波,画出滤波后信号的时域波形和频谱,并对滤波前后的信号进行对比,分析信号的变化;回放语音信号-MATLAB-based voice signal analysis and processing of the curriculum. Re
-
-
0下载:
implementing the bilinear transformation
-
-
0下载:
用双线型描述系统,并且使系统的模型具有良好的鲁棒性-Described by bilinear system, and the system model has good robustness
-
-
0下载:
本程序用C语言编制,可在任何计算机上运行,完成连续系统的传递模型到离散系统传递模型的变换。-This procedure using C language, can be run on any computer, complete delivery model to a discrete system of continuous delivery system transformation model.
-