-
lsb
hidinh message with lsb algorithm in matmab m-file
- 2010-01-01 19:34:05下载
- 积分:1
-
Advanced-algorithm-for-MPPT
hola it is article about mppt
- 2013-03-05 17:42:13下载
- 积分: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
-
Spectrum_Zoom
这个函数返回n点2dw波段的傅里叶变换的DFT样本序列。通常情况下,以插值点的方式进行放大。(This function returns N point DFT samples of 2dw band of Fourier transform of a sequence. Typically, fft() returns N samples of Fourier transform ranging from 0 to 2pi. This function takes the N-point DFT samples and returns N-point samples corresponding to frequency band wc-dw to wc+dw.)
- 2009-12-29 06:42:22下载
- 积分:1
-
Kmeans
Kmeans algorithm is the most popular algorithm for clustering
- 2011-02-14 16:53:06下载
- 积分:1
-
AGC
AGC算法的matlab例程,可学习自动控制增益算法(AGC algorithm matlab routines, can learn automatic gain control algorithm)
- 2020-12-06 13:59:23下载
- 积分:1
-
Drained
The uploaded file is the Cam-Clay code for drained path which is written in matlab software.
- 2014-10-03 22:22:37下载
- 积分:1
-
Chuong-trinh-mau-bai-tap-9-_-K2012
Exercise about modelling and identification system
- 2013-05-01 21:37:58下载
- 积分:1
-
电容灵敏度
图像重建,采集电容灵敏度,通过计算重建图像。计算电容灵敏度(Calculation of capacitance sensitivity)
- 2018-01-04 08:37:15下载
- 积分:1
-
-03_PVExample_mdl
PV cell, module and array example
- 2009-03-13 18:46:45下载
- 积分:1