-
Kalman_Filtering_Theory
卡尔曼滤波的matlab编写,全英文书籍(Kalman Filtering Theory and Practice Using MATLAB- Grewal and Andrews)
- 2010-07-06 09:58:57下载
- 积分:1
-
IFFT_manual
A Matlab IFFT implementation using matlab itself
- 2009-04-25 16:27:06下载
- 积分:1
-
wimax
MPSK Modulation Code & BER SNR Calculation
- 2009-11-25 05:39:02下载
- 积分:1
-
s-function
编写S函数模块,实现两路正弦信号的叠加,正弦信号相位差为60度(Writing S function module, the superposition of two sinusoidal signals, sine signal phase difference of 60 degrees)
- 2011-05-29 20:11:12下载
- 积分:1
-
centerxzcenter
中心显示格式和修正中心显示格式求解poisson方程,矩形区域,狄利克雷边界情况!(Center display format and the correction center display format for solving poisson equations, rectangular area, Dirichlet boundary conditions!)
- 2011-01-14 14:02:47下载
- 积分:1
-
b55055ea-2c2e-473f-922c-7a2ad9ade191CSharp-(1)
symlogi ile ilgili dosyalar
- 2014-09-05 19:35:21下载
- 积分:1
-
d_014_pmu_l14
PMU volt using matlab/psat
- 2013-05-10 18:14:26下载
- 积分:1
-
DMC_matlab_final
DMC MPC 动态矩阵预测控制 非常好 图像清晰 并且有控制前后曲线对比。控制效果好 MATLAB编程 自动化(MPC DMC dynamic matrix predictive control is very good image is clear and there is control before and after the curve contrast. Control effect is good MATLAB programming automation)
- 2016-04-10 22:44:00下载
- 积分: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
-
gauss1
matlab 数值分析 列主元消去法 线性方程(matlab numerical analysis PCA elimination of linear equations)
- 2008-01-03 11:30:47下载
- 积分:1