-
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
-
theory-and-algorithm-16QAM
本文详细介绍了16QAM调制方式的算法和理论(a good document for understand the theory and algorithm of 16QAM )
- 2013-12-04 14:10:57下载
- 积分:1
-
jobshop-scheduling
这是另外一个基于工序的柔性作业车间调度的程序,简单易行(This is another process based on the flexible job-shop scheduling procedures, simple)
- 2011-12-07 15:53:57下载
- 积分:1
-
matlab-dsb
DSB调制解调,并且加入了高斯白噪声和带通滤波器,模拟了完整的系统(DSB modem, and joined the Gaussian white noise and band-pass filter to simulate a complete system)
- 2008-06-24 22:43:59下载
- 积分:1
-
MATLAB-Demystified
this is a book about MATLAB
- 2012-05-04 22:27:40下载
- 积分:1
-
CXroot
Matlab code for nonlinear complex function root finding
- 2012-01-20 08:47:14下载
- 积分:1
-
SonarDemo
,Sonar Demo,Sonar Demo
- 2012-03-26 11:59:22下载
- 积分:1
-
1
说明: source about lms algorithem with smart antenna
- 2010-05-25 21:55:25下载
- 积分:1
-
Matlab
:MATLAB 是目前在国际上被广泛接受和使用的科学与工程计算软件。虽
然 Cleve Moler教授开发它的初衷是为了更简单、更快捷地解决矩阵运算,但 MATLAB 现
在的发展已经使其成为一种集数值运算、符号运算、数据可视化、图形界面设计、程序设
计、仿真等多种功能于一体的集成软件。 (MATLAB is now widely accepted and used in the international science and engineering calculation software. Although
However, Professor Cleve Moler its original intention was to develop a simpler, more efficient solution to the matrix operation, but now MATLAB
Has been making in the development of a set of numerical computation, symbolic computation, data visualization, graphical interface design, program design
Meter, simulation and other functions in one integrated software)
- 2014-12-14 18:28:48下载
- 积分:1
-
wilson
Wilson法求解动力方程,可以画出节点的位移响应(Wilson method for solving dynamic equations, you can draw the node displacement response)
- 2013-06-05 22:34:32下载
- 积分:1