-
lagrange
实现拉格朗日插值,和用拉格朗日插值拟合函数(Lagrange interpolation to achieve, and the fitting function with the Lagrange interpolation)
- 2010-11-09 15:48:14下载
- 积分:1
-
work_collection
说明: 一些比较基本的程序,适合初学者。有AMI的码型编码、升余弦的频谱分析、多径信道的处理等等。(some of the more basic procedures for beginners. AMI is the code-coding, or cosine of spectrum analysis, multi-path channel processing and so on.)
- 2006-04-17 11:15:50下载
- 积分:1
-
modulation-techniques
modulation techniques in communication
- 2011-07-20 13:17:16下载
- 积分:1
-
EED
this program is solving the economic environmental dispatch problem
- 2015-03-20 18:27:33下载
- 积分:1
-
butterwoth
这个是对一个一维信号的Excel数据加载进matlab程序,然后进行巴特沃斯的低通滤波。(This is a one-dimensional signal of Excel data is loaded into the matlab program, and then Butterworth low-pass filtering.)
- 2010-01-04 13:14:22下载
- 积分:1
-
dirdir
creates a list of all subdirectories of a specific folder
- 2011-08-31 08:37:01下载
- 积分:1
-
GAbp
好东西大家分享,希望可以给大家帮助,谢谢!(Good things to share, hope can give you help, thank you!)
- 2010-08-09 09:35:08下载
- 积分:1
-
bpsknqpskmodulationsrinivaas
bpsk and qpsk in matlab
- 2010-09-26 22:06:38下载
- 积分:1
-
cma
Simulation of constant modulus algorithm for smart antennas
- 2011-09-09 14:23: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