搜索资源列表
ideal_filter
- 数字图像理想低通滤波器,只要修改把大于号改成小于号就可实现高通滤波器-digital image ideal low-pass filter, as long as the changes has been replaced by greater-than, less than can be achieved high pass filter
10
- ch10_1_1:利用函数imfilter实现图像滤波(§10.1.3) ch10_2_1:利用频率变换法生成一个2-D滤波器(§10.2.2) ch10_2_2:利用频率采样法生成一个2-D滤波器(§10.2.3) ch10_2_3:利用窗口法生成一个2-D滤波器(§10.2.4) ch10_2_4:设计一个截止频率为0.5的理想低通滤波器(§10.2.5)
signal_procesing_using_matlab
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
理想低通滤波器
- 理想低通滤波器的Matlab仿真
idealfilter.rar
- 在MATLAB环境下,使用FFT实现的理想低通滤波器。,FFT implementation of the ideal low-pass filter。
belixiangditong_pinghua
- 数字图像处理,频域滤波:理想低通滤波器、梯形滤波器、巴斯沃特滤波器-Digital image processing, frequency domain filtering: an ideal low-pass filter, ladder filters, Bath Water Filter
filter
- 频域低通滤波(理想低通滤波器、梯形低通滤波器、巴特沃斯低通滤波器、指数低通滤波器),频域高通滤波(理想高通滤波器、梯形高通滤波器、巴特沃斯高通滤波器、指数高通滤波器)-Frequency-domain low-pass filter (ideal low-pass filter, ladder low-pass filter, Butterworth low-pass filter, the index low-pass filter), frequency-domain high-pass f
dft
- 低通滤波器,对图像滤波。采用opencv。其中包含二维高斯低通滤波器,衰减系数为2的二维指数低通滤波器,2阶巴特沃思低通滤波器,二维理想低通滤波器-Low-pass filter, the image filtering. Using opencv. Which contains two-dimensional Gaussian low-pass filter, the attenuation factor of 2 two-dimensional index of low-pass filte
txlb
- 数字图像处理中的滤波和傅里叶压缩,包括理想低通滤波器,巴特沃茨高通滤波器,高斯带通滤波器,高斯带阻滤波器,FFT图像压缩。附原图像和处理后的图像截图。-Digital image processing in filtering and Fourier compression, including the design of an ideal low-pass filter, design Batewoci high-pass filter, bandpass filter design Gaus
shengyuxian
- 理想低通滤波器特性曲线绘制 频率图分析 升余弦滤波器特性曲线绘制 频谱图分析 部分响应系统滤波器特性曲线-Ideal low-pass filter frequency characteristic curve analysis drawn up cosine filter characteristic curve analysis part of the spectrum mapping system filter response curve
IIR_filter
- 按照给定指标采用模拟巴特沃斯低通滤波器去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 -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
FIR
- 数字信号处理基于matlab 文件内容 /conv(卷积部分) dupconv 重叠保留法 freqcirconv 频域圆周卷积 freqconv 频域卷积 timecirconv 时域圆周卷积 timeconv 时域卷积 /fft(频域分析部分) d2fft 基2FFT dft DFT最简化程序 dtft DTFT演示 /fir(fir滤波器设计) fir 得到fir滤波器hn getwindow 得到fir
firdesign
- 设计一个数字低通滤波器,来近似一个理想数字滤波器-Design a digital low-pass filter to approximate an ideal digital filter
filter
- % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be com
IIRditonh
- 本实验首先按照给定技术指标采用模拟低通滤波器(巴特沃思低通滤波器)去逼近理想模拟低通滤波器,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器。-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
lixiangditong
- 分别设计理想低通滤波器、巴特沃思滤波器、指数滤波器、梯形低通滤波器,并对含高斯噪声的图像进行低通滤波,截止频率自选,观察不同的截止频率,不同的滤波器的滤波效果。-Were designed for the ideal low pass filter, Butterworth filter, exponential filter, ladder low-pass filter, and Gaussian noise images with low-pass filter cutoff freque
CDib低通滤波
- CDib类的傅立叶变换及一些低通滤波器(理想低通、Butterworth、Gauss等)(Fourier transform of class CDib and some low pass filters)
imageFrequencyFilter
- 频域低通滤波,理想低通滤波器,巴特沃斯低通滤波器(Low pass filter in frequency domain, ideal low pass filter, Butterworth low pass filter)
52160
- 理想低通滤波器 matlab 示范 ,自带数据 可直接运行(Ideal low pass filter matlab demonstration, data can be directly run.)
实验二 匹配滤波代码
- 使用MATALB软件仿真验证匹配滤波器的性能,并将匹配滤波器与理想低通滤波器比较(MATALB software is used to simulate and verify the performance of the matched filter, and the matched filter is compared with the ideal low-pass filter.)