-
1
说明: 这是一段MATLAB学习的源程序,相信会对你有用( This is a section of MATLAB study source program, the trust can be useful to you)
- 2010-11-29 19:25:58下载
- 积分:1
-
AT
说明: matlab中电气化铁路牵引网上的AT所模型。(matlab electrified railway traction in the model AT Internet.)
- 2013-07-13 18:53:03下载
- 积分:1
-
mycode
linear block code
coding file it has some 5 filesff
- 2011-10-04 22:50:34下载
- 积分:1
-
05-MATLAB
我找到的学习MATLAB的资料和大家分享一下希望能给大家一些帮助(I am learning MATLAB to find information and share with you hope to give you some help)
- 2010-05-14 00:44:32下载
- 积分:1
-
a
说明: 相位片制作,全息图实现,很好的源代码,包括原图重现图(Phase film production, a hologram to achieve)
- 2013-11-15 16:40:14下载
- 积分:1
-
QR-matlab
qr算法的matlab代码,利用矩阵的QR分解,逐步按递推法构造矩阵的分解序列的过程,只要原始矩阵式非奇异矩阵,则由QR算法就完全确定其分解序列了(qr algorithm matlab code using a QR decomposition of the matrix, step by step process of the recursive method to construct the matrix decomposition sequence, as long as the original matrix nonsingular matrix by the QR algorithm completely determine the sequence of its decomposition)
- 2012-10-06 16:54:35下载
- 积分:1
-
IQ
说明: 各种调制雷达信号和噪声混合后的正交分解并滤除噪声后的IQ信号(Radar signal and a quadrature modulation noise mixed signal decomposition and filter out noise after IQ)
- 2016-01-04 14:44:37下载
- 积分:1
-
QAM
这是QAM(正交幅度调制)的MATLAB仿真源程序(This is a QAM (quadrature amplitude modulation) of the MATLAB simulation source)
- 2010-08-25 22:01:05下载
- 积分:1
-
AWGN
说明: AWGN的仿真程序。FILENAME: awgn_simulator.c
version 1.5
(C) Tadashi Wadayama, 2003
An LDPC code simulator based on quantized-BP algorithm for AWGN chanel
(AWGN simulation program. FILENAME : awgn_simulator.c version 1.5 (C) Tadashi Wada Yama. 2003 An LDPC code simulator based on quantized- BP algorithm for AWGN chanel)
- 2006-04-26 09:45:29下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1