-
tutorial5
MATLAB lecture note
numerical analysis by using matlab
- 2010-12-03 21:52:46下载
- 积分:1
-
spectrum_leakage
数字信号处理中的频谱泄露的程序,有助于帮助理解信号滤波处理的内涵。(Digital signal processing procedures spectral leakage, signal filtering helps to help understand the meaning.)
- 2013-11-26 18:05:49下载
- 积分:1
-
FusionTool
图像融合的小工具包,利用它可以进行一些简单的图像融合(Image Fusion of small tool kit, it can use some simple image fusion)
- 2009-03-26 14:52:10下载
- 积分:1
-
Simulink_PM
Simulink interface blocks with serial
- 2011-06-02 02:59:28下载
- 积分:1
-
GPS
说明: GPS/INS组合导航,可以提高系统精度,很实用(integrated navigation)
- 2018-12-24 13:29:28下载
- 积分:1
-
Chien搜索BCH译码算法
说明: %inverstable
inverse_tb = gf(zeros(1, t+1), m);
for i=1:t+1,
inverse_tb(i) = alpha^(-i+1);
end;
%chien's search
lambda_v = zero;
accu_tb=gf(ones(1, t+1), m);
for i=1:n,
lambda_v=lambda*accu_tb';
accu_tb = accu_tb.*inverse_tb;
if(lambda_v==zero)
error(1,n-i+1)=1;
else
error(1,n-i+1)=0;
end
end
found = find(error(1,:)~=0)
- 2021-04-23 11:08:47下载
- 积分:1
-
matlab
数值分析实验用matlab编写的一些程序源代码(Experimental numerical analysis matlab source code written in some of the procedures)
- 2009-11-10 20:47:40下载
- 积分:1
-
gitonglubo
实现高通和低通滤波,主要是先进行傅里叶变换,然后对频谱图滤波后再逆变换得到滤波之后的图片(High-pass and low pass filter, mainly the first Fourier transform, frequency spectrum and then inverse transform filter and filtered image)
- 2010-11-02 18:47:22下载
- 积分:1
-
bzh5
自己编的一个matlab 程序,先对图像进行加噪声,然后进行滤波,再进行边缘检测(Made themselves a matlab program, the first increase the image noise, and then filter, then the edge detection)
- 2010-05-24 14:56:09下载
- 积分:1
-
kalman-filtering-algorithm
kalman滤波的经典例程,对于学习和指导使用kalman滤波非常有帮助,还附有Kalman最经典的论文A New approach to Linear filtering and prediction problems以及非线性系统确定采样型滤波算法综述2012控制与决策(kalman filtering classic routines, learning and guidance for using kalman filter is very helpful, but also with Kalman most classic treatise A New approach to Linear filtering and prediction problems and nonlinear systems reviewed to determine the sample type filter algorithm 2012 Control and Decision)
- 2014-12-29 10:54:16下载
- 积分:1