搜索资源列表
chengxu 按心电信号画出信号时域波形和频谱图
- 1.找点一段心电信号,画出信号时域波形和频谱图; 2. 利用MATLAB中的随机函数产生噪声加入到心电信号中,使心电信号被污染,读出污染后的号并画出对应信号的时域波形和频谱图; 3.用双线性变换法设计一个Butterworth带通滤波器,输出所设计的滤波器的阶次,分子、分母多项式的系数,画出滤波器的频率响应(幅频响应和相频响应)曲线;(也可以根据自己需要设置滤波器性能指标) 带通通滤波器设计性能指标:fs1=10Hz, fp1=20Hz, fp1=1000Hz, fs2=120
signal-fourier-analysis
- 信号傅里叶变换的matlab程序,包括对幅频和相频的图形绘制-Signal Fourier transform matlab program, including the magnitude and phase frequency of the graphics rendering
efficient_registration
- 利用傅里叶变换,在频域上对两幅图像配准,是一种比较配准的新方法,但是对弹性配准的效果不是很好 需要进一步的研究。-Registers two images (2-D rigid translation) within a fraction of a pixel specified by the user. Instead of computing a zero-padded FFT (fast Fourier transform), this code uses selective upsamp
GaborFilter
- 非常直观的Gabor小波滤波程序,有不同波长滤波效果比较;同时能反应相频幅频的变化结果-A very impressive Gabor Wavelet Filter program. It contains comparison of different filter results. Moreover, it could reflect changes of phase and amplitude.
pulsecompress
- 主要分析了LFM信号的幅频及其相频特性,便于对其特性的理解-Analysis of the LFM signal amplitude frequency and phase-frequency characteristic
ppfxy
- 频谱分析仪,相位变化 ,幅频变化 ,功率谱波形-Spectrum analyzer, phase changes, amplitude and frequency changes, power spectrum waveforms
polar
- 表现一个离散方波的快速Fourier 变换的幅频-polar
FIR
- 用matlab实现FIR滤波器,包括其幅频特性,然后让单位取样函数,周期方波序列和周期三角波序列通过滤波器,验证滤波器的特性-FIR filters using matlab implementation, including its amplitude-frequency characteristics, and then let the unit sample function, sequence and cycle-cycle square wave triangle wave seque
lvboqisheji
- 设计一个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
filter
- 用MATLAB实现频域平滑滤波以及图像去噪代码6. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示频率域图 像; 7. 在频率图像上去除滤波半径以外的数据(置0); 8. 计算频率域图像的幅值并进行对数变换,利用’imshow’ 显示处理过的 频域图像数据; -6. Calculate the frequency domain image of the amplitude and logarithmic transformation, using imsh
Image-Enhancement
- 交换两幅图像的相位谱,利用频域滤波消除周期噪声!-Exchange of two images of the phase spectrum, using frequency domain filtering periodic noise elimination!
shiyan4
- (一) 离散时间系统函数: 1、 自行设计某离散时间系统函数,至少是二阶的系统,画出零极点图,判断系统的稳定性。 2、 求出单位样值响应,并画出图形。 3、 求出系统的幅频响应和相频响应,并画出图形。 -(A) discrete-time system function: 1, to design a discrete-time system function, at least second-order system, draw the pole-zero diagram, d
noise-clear-for-image
- 傅里叶变换的源代码,用于图像去噪。 用傅里叶变换将每个颜色的信息转化为同等长度的幅频和相频的信息 将序列中幅频相频的高频段部分置零 反向傅里叶变换还原到BMP数据中-Fourier transform of the source code for image denoising
Sine-signal-superposition
- 分别画两个频率不同的正弦信号及他们叠加的信号,y1、y2及他们的叠加信号进行采样,进行傅里叶变换,幅频图,频谱图-Videos two sinusoidal signals of different frequencies, and their superimposed signal, Y1, Y2 and their superimposed signal to be sampled, the Fourier transform, amplitude and frequency diagram
segmented-function
- 分段函数,进行采样,画出采样图,幅频图,频谱图-Piecewise function, sampling draw sample Figure Figure amplitude-frequency spectrogram
2(5)
- 针对数字信号,计算该数字信号的幅频特性与频率响应-The calculation of the digital signal amplitude-frequency characteristic and the frequency response for digital signal
CQMFB
- 设计一CQMFB,低通滤波器H0 (z)来自一半带滤波器。该半带滤波器的长度为47,通带截至频率ωp = 0.42 π,试给出H0 (z),H1(z),G0(z), G1(z)的幅频响应,单位抽样响应并画图。-The design a CQMFB, the low-pass filter H0 (z) from the half band filter. The length of the half-band filter 47, the passband cutoff frequency ωp
DFT-and-DCT-transformations
- 二维离散傅里叶变换和离散余弦变换同属于图像的二维正交变换,它们在图像处理中有 着极为重要的应用价值。利用这些正交变换可以获得图像的频域信息,从而实现图像的增强、复原、编码和描述。本文将描述对图像进行DFT 和DCT 变换的过程。在进行DFT 变换后,还会将图像的幅频、相频特性进行置换操作后反变换,并探讨其中的规律;而在DCT 变换后,还将探讨如何选取DCT 系数点以实现图像的复原。请先阅读压缩包内的pdf文档。-This code implements the DFT and DCT tra
filter-modeling
- MATLAB建模数字下变频的滤波器组设计,和幅频特性分析(cic级联补偿滤波器,和cic级联补偿滤波器和半带滤波器)-Digital down conversion filter bank design, analysis and amplitude-frequency characteristics of the the cic cascade compensation filter and the cic cascade compensation filter and half-band f
幅频特性曲线
- 求给定函数的幅频特性曲线,给定区间进行画图。(Given an analog signal, it is converted to digital signal, calculated by FFT, and the amplitude frequency characteristic curve is drawn.)