-
BCS_MP
压缩感知的仿真程序,此程序使用OMP算法,实现对一维输入信号的重构(This package includes 2 folders. Folder mp contains mp algorithmn and Folder omp contains omp algorithmn 。)
- 2010-08-24 18:45:52下载
- 积分:1
-
PracticalFIrFilterDesigninMATLAB
(ebook)Practical FIR Filter Design in MATLAB.rar 关于fir滤波器设计的matlab版 很好的资料((Ebook) Practical FIR Filter Design in MATLAB.rar on the fir filter design matlab version of good information)
- 2010-09-29 13:41:17下载
- 积分:1
-
kaermanlvboqidesheji
对卡尔曼滤波器的编程设计,对其性能进行了优化设计,对搞滤波器的人很有用的(Programming on the Kalman filter, its performance is optimized for people who engage in very useful filter)
- 2010-10-27 13:19:50下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
MATLAB-image-processing-source-code
MATLAB图像处理实例详解,可配合书学习,其中代码有几处小错误,不影响学习,可自行改正,正好练习代码(MATLAB image processing example explanation, and with book learning, in which the code has several small errors do not affect learning, self-correction, just practice code)
- 2014-10-25 21:48:08下载
- 积分:1
-
OFDM_channel_estimation
matlab中不同信道估计的对比,对学习通信专业的学生很有帮助,主要介绍的是MIMO-OFDM系统下的信道估计。(matlab in the comparison of different channel estimation)
- 2010-12-03 13:12:58下载
- 积分:1
-
FFT
应用MATLAB对加速度时程进行快速傅立叶变换,并绘加速度时程图和频谱图.(FFT and plot picture)
- 2021-02-25 10:29:38下载
- 积分:1
-
predict-and-match-interal-multiple
地震信号处理,虚同相轴方法预测层间多次波,将数据分成上下两部分,利用相关和褶积的原理预测出层间多次波。预测信号和原始信号在相位和振幅上存在差异,用L1范数匹配法进行匹配,其中,提供了两种方法解病态方程,分别为高斯-赛德尔方法和正则化方法。(Seismic signal processing, predicte internal multiples by construct virtual events .The data is divided into two parts, using the principle of correlation and convolution to predicte multiples. There are differences between the prediction signal and the original signal on the phase and amplitude, so we use the L1 norm method to match the singal.We provide two methods for solving ill equation, respectively Gauss- Seidel method and regularization method.)
- 2015-06-11 15:53:04下载
- 积分:1
-
FO_Lyap
说明: 计算分数阶李雅普诺夫指数的Matlab代码(Matlab code for Lyapunov exponents of fractional order)
- 2021-04-12 15:28:58下载
- 积分:1
-
huguangshumatlab
经典信号处理程序可以为初学者提供一点点帮助吧
(Classical signal processing procedures can be provided for beginners a little bit of help you)
- 2007-09-16 16:22:38下载
- 积分:1