-
image
This is the ebook of signal image processing.
- 2010-10-06 14:08:18下载
- 积分:1
-
MATLAB
Matlab image processing study notes provide Fourier transform image processing code
- 2013-09-21 11:02:35下载
- 积分:1
-
PC-parallel-LPT-port-pinout
PC parallel LPT port pinout
- 2013-12-04 14:41:11下载
- 积分:1
-
base2fft
根据DFT的基二分解方法,可以发现在第L(L表示从左到右的运算级数,L=1,2,3…M)级中,每个蝶形的两个输入数据相距B=2^(L-1)个点,同一旋转因子对应着间隔为2^L点的2^(M-L)个蝶形。从输入端开始,逐级进行,共进行M级运算。在进行L级运算时,依次求出个2^(L-1)不同的旋转因子,每求出一个旋转因子,就计算完它对应的所有的2^(M-L)个蝶形。因此我们可以用三重循环程序实现FFT变换。同一级中,每个蝶形的两个输入数据只对本蝶形有用,而且每个蝶形的输入、输出数据节点又同在一条水平线上,所以输出数据可以立即存入原输入数据所占用的存储单元。这种方法可称为原址计算,可节省大量的存储单元。附件包含算法流程图和源程序。(err)
- 2008-04-20 23:11:05下载
- 积分:1
-
labview5
使用低通滤波器从含有噪声的信号中提取有用的正弦波
(见实验指导书 实验九 数字滤波器中的第一题)
目的:用数字滤波器从含有高频噪声的采样数据中提取正弦信号。
要求:①输入信号为一正弦波,并加入一个白噪声的干扰来模拟信号传输中的随机干扰信号(用以模拟含有噪声采样序列)。
(模拟含有噪声采样序列具体可用正弦波信号叠加高频噪声来实现,为了使滤波效果明显,本实验的高频噪声是用高频均匀分布白噪声(Uniform)通过Butterworth高通滤波器过滤生成的,高通滤波器的截止频率设为10倍输入信号频率。)
②在程序中设计一个低通巴特沃斯滤波器,以滤除信号中的噪声分量,提取输入的正弦波信号 。
③可调节信号滤波器的截止频率和阶数,可显示滤波前与滤波后的时域信号。
④给出滤波前与滤波后的频谱特性的显示。
(Using low pass filter extracting useful sine wave signal containing noise(see experiment instruction digital filter in the first nine questions)Objective: to use digital filter sampling data extract containing high frequency noise sine signal.Requirements: (1) the input signal is a sine wave, and add a white noise interference to simulate the random disturbance signal of the signal transmission (to simulate contains noise sampling sequence).(simulated the sampling sequence contains noise available sine wave signal superposition of high frequency noise, in order to make the filtering effect is obvious, the experiment of high frequency noise is Uniform distribution with high frequency white noise (Uniform) by Butterworth high-pass filter to filter generated, high-pass filter cutoff frequency set to 10 times the size of the input signal frequency.)(2) in the program design a low-pass butterworth filter, in order to filter out the noise in the signal component, extract the input sine wav)
- 2014-11-23 09:08:57下载
- 积分:1
-
RDRadar
采用的是RD算法实现合成孔径雷达成像,距离-多普勒RDA二维成像仿真(RD algorithm is used in synthetic aperture radar imaging, range- Doppler two-dimensional imaging simulation RDA)
- 2010-07-14 19:37:24下载
- 积分:1
-
RS
说明: 程序\RS.rar MATLAB程序 谢谢支持(Program \ RS.rar MATLAB program thanks to support)
- 2009-10-22 16:06:29下载
- 积分:1
-
mdcm
经典的直流电机双闭环调速系统模型,可用于仿真(The classic double-loop DC motor speed control system models can be used for simulation)
- 2020-11-30 22:09:28下载
- 积分:1
-
UKF
UKFfunction [x,P]=ukf(fstate,x,P,hmeas,z,Q,R)
UKF Unscented Kalman Filter for nonlinear dynamic systems
[x, P] = ukf(f,x,P,h,z,Q,R) returns state estimate, x and state covariance, P
- 2011-07-13 11:12:52下载
- 积分:1
-
jacobi
jacobi numerical method
- 2012-11-21 18:23:24下载
- 积分:1