Description: 一个高通滤波的例子,使用的是buterfly,高通滤波器,非常适合初学matlab的人学习-a high-pass filter example, the use of the buterfly, high-pass filter, very suitable for beginners to learn the Matlab Platform: |
Size: 1024 |
Author:你好 |
Hits:
Description: 图象增强中的高斯高通滤波实现图象增强的效果-Image Enhancement of the Gaussian high-pass filter to enhance the effect of image Platform: |
Size: 1024 |
Author:江边漫步 |
Hits:
Description: 这不是一个标准MATLAB的函数
H = hpfilter (类型,男,氮, D0 , n )的创建传递函数的高通滤波器,氢,指定的类型和大小MxN 。可能的值类型, D0和N是: 理想 理想高通滤波器的截止频率D0 。 Ifsupplied , n是被忽略。 btw 巴特沃思高通滤波器
n阶和截止D0 。
gaussn 高斯高通滤波器的截止(标准偏差) D0 。
如果提供,正被忽略。 M和N应该是偶数的密度泛函过滤。-THIS IS NOT A STANDARD MATLAB FUNCTION
H = hpfilter (type,M,N,D0,n) creates the transfer function of a highpass filter, H, of the specified type and size MxN. Possible values for type, D0, and n are: ideal Ideal highpass filter with cutoff frequency D0. Ifsupplied, n is ignored. btw Butterworth highpass filter
of order n, and cutoff D0.
gaussn Gaussian highpass filter with cutoff (standard deviation)D0.
Platform: |
Size: 1024 |
Author:lql |
Hits:
Description: 实时滤波器,具有精美界面,可以开发自己的应用功能。-You can use 4 types of filters:
- Butterworth
- Chebyshev 1
- Chebyshev 2
- Elliptic
You can use them as:
- Lowpass
- Highpass
- Bandpass
- Stopband
Showing theirs features in frequency, phase and the z plane. After the desing phase you can apply the designed filter in real time to incoming audio signal from the microphone.
Platform: |
Size: 305152 |
Author: 反对撒 |
Hits:
Description: Matlab provides different options for digital filter design, which include function calls to
filter algorithms and a graphical user interface called Sptool. A variety of filter design
algorithms are available in Matlab for both IIR and FIR filters. This paper discusses the
different options in Matlab and gives examples of lowpass, highpass, and bandpass filter
designs. Platform: |
Size: 101376 |
Author:hamid |
Hits:
Description: design of:
1.butterworth bandpass filter
2.butterworth bandstop filter
3.butterworth lowpass filter
4.butterworth highpass filter
for the given specifications using matlab
design of:
1.hilbert transformer
2.differentiator
using matlab
frequency response of lowpass filter using kaiser window in matlab
representation of basic signals using matlab
convolution of two sequences using matlab-design of:
1.butterworth bandpass filter
2.butterworth bandstop filter
3.butterworth lowpass filter
4.butterworth highpass filter
for the given specifications using matlab
design of:
1.hilbert transformer
2.differentiator
using matlab
frequency response of lowpass filter using kaiser window in matlab
representation of basic signals using matlab
convolution of two sequences using matlab
Platform: |
Size: 4096 |
Author:Ashwin S Raj |
Hits:
Description: 高通滤波器的仿真(由matlab和simulink两种方法实现)源文件以及图片示例-Simulation of the high-pass filter (implemented by the two methods matlab and simulink) source files as well as images example Platform: |
Size: 348160 |
Author:妞妞 |
Hits:
Description: 提取某合成信号的三个频率成分,设计相应的滤波器,matlab源程序-Extract the three components of a mixed signal via a lowpass,bandpass and highpass filter. Platform: |
Size: 30720 |
Author:QiHaoran |
Hits:
Description: 工业摄影测量技术,利用matlab编写数字图像处理界面,包含相关手写算法,包括canny算子,LOG算子,canny滤波,高低通滤波,butterworth高低通滤波,数米粒,全方位图展开技术-write a GUI of digital image processing with matlab,including canny operator,LOG operator,Lowpass and highpass filter,etc Platform: |
Size: 669696 |
Author:冯佳 |
Hits:
Description: 在MATLAB中,高通滤波器的图像。
用3个例子证明它可以被任一数学或实验上用于边缘检测。-a high-pass image filter in MATLAB. Prove that it can be used for edge detection either mathematically or experimentally with 3 examples. Platform: |
Size: 1024 |
Author:castalker2 |
Hits:
Description: 1、不同阶次模拟巴特沃兹滤波器的频率响应
2、根据模拟滤波器指标,设计低通巴特沃兹滤波器
要求通带截止频率 fp = 5kHz, 通带最大衰减 ɑp =2dB, 阻带截止频率 fs= 12kHz, 阻
带最小衰减ɑs =30dB,按照上述指标设计巴特沃兹低通滤波器。
3、给定模拟滤波器,按照不同采样频率设计数字 IIR,观察采样频率对设计结果的影响
已知模拟滤波器传输函数 H(s)为
2
0.5012
( )
0.6449 0.7079
H s
s s
=
+ +
按照不同采样频率 Fs1=1Hz, Fs2=10Hz 使用脉冲响应不变法将 H(s)转换为 H(z)数字
IIR 滤波器。观察不同采样频率设计得到的数字 IIR 的差异。
4、给定数字 IIR 指标,用脉冲响应不变法设计 IIR。
数字低通滤波器的指标为: 0.2 , 1 , 0.3 , 15
p p s s
ω π α ω π α = = = = dB dB ,使用巴特沃
兹滤波器设计数字 IIR。比较采样频率 Fs=1, 2 时设计过程中的模拟滤波器,数字滤波
器的变化。
5、用双线性变换法设计 IIR,并同脉冲响应不变法比较设计的结果。数字滤波器指标要
求如下
0.2 , 1 , 0.3 , 15
p p s s
ω π α ω π α = = = = dB dB(1.Grasp the impulse response method and bilinear transformation design IIR filter principle and specific design methods, familiar with double
A computer program for designing lowpass, bandpass and highpass IIR digital filters by linear design;
2 . familiar with the design of analog Butterworth filter, master impulse response method and bilinear transformation method to design digital IIR
Filter method) Platform: |
Size: 4096 |
Author:花祭嘉音
|
Hits:
Description: 本程序详细介绍了如何设计基于窗函数的高通数字滤波器(This procedure describes in detail how to design a highpass digital filter based on window function) Platform: |
Size: 14336 |
Author:思溪云
|
Hits: