-
first
二维傅里叶变换,对图像进行二维傅里叶变换处理(Two-Dimensional Fast Fourier Transform
The purpose of this project is to develop a 2-D FFT program "package" that will be used
in several other projects that follow. Your implementation must have the capabilities to:
(a) Multiply the input image by (-1)x+y to center the transform for filtering.
(b) Multiply the resulting (complex) array by a real function (in the sense that the
the real coefficients multiply both the real and imaginary parts of the transforms).
Recall that multiplication of two images is done on pairs of corresponding elements.
(c) Compute the inverse Fourier transform.
(d) Multiply the result by (-1)x+y and take the real part.
(e) Compute the spectrum.)
- 2010-11-27 23:15:03下载
- 积分:1
-
kohonen1
this program apply the kohonen method to classify some data.
- 2009-07-10 18:58:39下载
- 积分:1
-
3
混频系统分析,包括零极点图、单位冲击响应和频率响应(Mixing system analysis, including pole-zero map, unit impulse response and frequency response)
- 2013-12-17 11:28:11下载
- 积分:1
-
taoyen_V4.5
信号处理中的旋转不变子空间法,各种资源分配算法实现,FIR 底通和带通滤波器和IIR 底通和带通滤波器。( Signal Processing ESPRIT method, Various resource allocation algorithm, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.)
- 2016-12-28 23:03:21下载
- 积分:1
-
model_completcufunctiedereglare
sistem de comanda automata a avionului .Automatic comand of the aircraft. with automatic reglation.
- 2011-11-14 01:30:27下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
Robot_inversion
基于神经网络观测器的单关节机械手反演控制。将估计速度代替实际速度,可实现无需实际速度信号检测的控制(Single-joint robot based on neural network observer inversion control. Instead of the actual speed of the estimated velocity can be achieved without the control of the actual speed signal detection)
- 2020-09-09 11:08:02下载
- 积分:1
-
jengyiu
阵列信号处理的高分辨率估计,包括广义互相关函数GCC时延估计,三相光伏逆变并网的仿真。( High-resolution array signal processing estimates, Including the generalized cross-correlation function GCC time delay estimation, Three-phase photovoltaic inverter and network simulation.)
- 2016-12-16 11:14:54下载
- 积分:1
-
sm-matlab-1ed
现代信号谱估计算法的matlab代码 调用函数代码(spectral analysis of signals)
- 2009-03-26 22:04:56下载
- 积分:1
-
matlabfh
MATLAB 跳频通信系统仿真 20个字 20个字(MATLAB FH )
- 2010-05-11 14:11:23下载
- 积分:1