-
Affine
- MATLAB: Matrix Laboratory
(a) Operation modes
- MATLAB may be executed in interpreter, compiler, or background
mode
Interpreter mode
* Type commands (statements) in the command window
# A statement with semicolon at end: do not display result
# A statement without semicolon: display result
# Statements with commas: connect statements and display results
# A statement of a single variable: just display the value
# Percentage ( ): comments
# Each line is a single statement or connected statements
- 2010-12-27 05:02:24下载
- 积分:1
-
All_PortfAlloc
matlab codes for data allocation
- 2013-10-25 06:54:12下载
- 积分:1
-
JPEG_Encoding
To Encode the image data and compressed with important data of image
- 2013-12-24 18:20:27下载
- 积分: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
-
costas
Recovery phase with recursive Costas loop. Bpsk symbols to demodulate
- 2009-12-14 18:44:41下载
- 积分:1
-
MATLAB-and-Control-System
说明: 《MATLAB与控制系统仿真实践》 源程序 数据(MATLAB and Control System Based Practice source data)
- 2011-04-13 17:15:23下载
- 积分:1
-
simulation-matlab
线性鲁棒系统的研究,关于记忆和无记忆时滞系统的matlab仿真(Linear robust system of research, on the memory and no memory delay system simulation matlab)
- 2011-06-15 12:15:37下载
- 积分:1
-
QPSK_Matlab
用matlab仿真来实现QPSK通信系统(Matlab simulation of QPSK)
- 2013-03-22 12:43:23下载
- 积分:1
-
past
一款电气化处理的强大软件 一款电气化处理的强大软件(A very powerful software A very powerful softwareA very powerful software A very A very powerful software A very )
- 2012-01-12 21:23:18下载
- 积分:1
-
LOFAR
波导不变量提取技术中,怎么实现LOFAR图(Waveguide invariant extraction technique, how to achieve LOFAR Figure)
- 2014-05-15 15:01:02下载
- 积分:1