-
www_dssz_com_huffman
基于matlab的图像或者序列的哈夫曼编码及解码程序-Matlab-based image or sequence of Huffman coding and decoding procedures(Matlab-based image or sequence of Huffman coding and decoding process-Matlab-based image or sequence of Huffman coding and decoding procedures)
- 2009-03-24 14:14:00下载
- 积分:1
-
algorithm
说明: 典型的实验函数,可以用来测试算法的性能!(Typical experimental function, can be used to test algorithm performance!)
- 2008-10-09 10:55:33下载
- 积分:1
-
JakesModel
关于瑞利信道的JAKES模型的MATLAB代码,输入数据经过瑞利信道后产生输出(On the Rayleigh Road JAKES model MATLAB code, the input data through the output resulting from Rayleigh Road)
- 2010-09-03 22:07:37下载
- 积分:1
-
BP-neural-network--MATLAB-
神经网络进行预测matlab,很不错,值得看看(Neural network prediction matlab, very good, worth a look)
- 2013-11-15 16:54:03下载
- 积分:1
-
ml
说明: OFDM中基于循环前缀的最大似然估计同步算法仿真(Simulation of OFDM synchronization algorithm based on maximum likelihood estimates of the cyclic prefix)
- 2014-05-04 16:44:17下载
- 积分:1
-
SPWM simulink
Matlab/Simulink仿真课程设计(论文)任务书,电压型逆变器 SPWM 调制技术的仿真.单相单极性SPWM调制,单相双极性SPWM调制,三相双极性SPWM调制(Matlab/Simulink simulation curriculum design (thesis) paper SPWM voltage source inverter modulation simulation. Unipolar SPWM modulation single-phase, single-phase bipolar SPWM modulation, three-phase bipolar SPWM modulation)
- 2021-04-08 14:49:00下载
- 积分:1
-
M
说明: This file contains the codes for M/G/1 queueing with simulation results..
- 2011-11-28 02:30:44下载
- 积分:1
-
abfilterandKalmanfilter
本程序给出了ab滤波算法和Kalman滤波算法。
程序以叠加噪声的二维CV运动为例(包含轨迹突变情况),分别运用了ab滤波算法和Kalman滤波算法
对运动轨迹进行了跟踪,并比较了滤波性能。(This program give the Kalman filter algorithm and ab filter algorithm.
Program uses the two-dimensional noise superimposed exercise as an example CV (including locus mutation), respectively ab filtering algorithm using Kalman filtering algorithm and
Exercise carried out on the track to track, and compare the performance of the filters.)
- 2009-03-31 18:14:56下载
- 积分:1
-
hvdc6p
说明: 高压直流输电6脉波整流加逆变器,自己搭的simulink模型,运行无错误(Six-pulse rectifier plus inverter for HVDC transmission.Self-built Simulink model, running error-free)
- 2019-04-26 17:07:57下载
- 积分: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