-
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
-
s_function_7_8
Simulink toolbox provides the user with two ways to create S-functions in C: with the automatic builder S-Function Builder and manually, using a template (similar to the creation of S-functions written in MATLAB).
- 2012-04-28 21:18:05下载
- 积分:1
-
xianxingfangchengzu
说明: 本代码是GAUSS-SEIDEL迭代法、选主元JORDAN消去法、简单GAUSS消去法、选主元GAUSS消去法的MATLAB程序,有详细注释,可直接调用(This code is GAUSS-SEIDEL iteration, pivoting JORDAN elimination, simple GAUSS elimination, pivoting GAUSS elimination of the MATLAB program, with detailed notes, can be called directly)
- 2010-04-27 16:35:44下载
- 积分:1
-
kongjianhangjia
运用matlab编程的一个计算空间桁架的有限元程序(CAE)
- 2020-07-27 13:38:41下载
- 积分:1
-
fdim
计算广义分形维数的matlab源程序。希望对大家有用!
函数形式:function [dq,rq]=fdim(q,x,trace)
不同q值下得到不同定义的分形维,如:q=0 is Hausdorf, q=1 is Information, q=2 is Correlation, etc.具体说明见程序。(Generalized fractal dimension of Matlab source. We hope that the right useful! Function form : function [dq, rq] = fdim (q, x, trace) q different values under different definitions of the fractal dimension, such as : q = 0 is Hausdorf. q = 1 is Information, q = 2 is Correlation, etc.. See specify procedures.)
- 2006-12-26 16:51:59下载
- 积分:1
-
PSK
对PSK系统的I和Q信道进行噪声模拟以完成正确的链接预算估计(estimate link usage by simulate noisy PSK system)
- 2013-01-17 10:49:06下载
- 积分:1
-
MATLAB7_0-with-RTDX
基于MATLAB7_0软件的实时数据交换的实现(Based on the implementation of real-time data exchange software MATLAB7_0)
- 2013-02-03 19:15:17下载
- 积分:1
-
xiaobofenxiyuanma
《小波分析理论与Matlab 7实现》书中每个章节的例程源代码,对初学者非常有用(" Wavelet analysis theory and Matlab 7 to achieve," the book each chapter of the routine source code is very useful for beginners)
- 2009-10-08 15:11:25下载
- 积分:1
-
LABVIEWyuMATLAB
LABVIEW与MATLAB的接口比较使用够二十个字(LABVIEWyuMATLABdejiekoubijiaoshiyong)
- 2009-05-31 15:46:01下载
- 积分:1
-
TheMatlabGUIProgrammingReferenceManual
本电子书是Matlab的GUI编程中文参考手册,详细讲解了matlab的GUI编程的方方面面,对开发人员一个很好的参考手册!(This eBook is Matlab' s GUI Programming Reference Manual, explained in detail all aspects of matlab' s GUI programming, the developer of a good reference manual!)
- 2010-05-22 11:01:13下载
- 积分:1