-
2fsk
自己写的2fsk调制解调程序,相比之下比较易懂。其中还附有函数程序。(Their own written procedures 2FSK modem, compared to relatively easy to understand. Which also included function procedures.)
- 2008-06-30 17:40:11下载
- 积分:1
-
bintodec
converts binary to decimal and decimal to binary
- 2012-05-17 21:30:39下载
- 积分:1
-
Y868460[1]
matlabde的一些东西大家可以下下看啊(matlabde some things we can look at under ah ha ha)
- 2007-04-05 00:34:50下载
- 积分:1
-
niniudun
基本拟牛顿法的参考程序,有一定的参考价值(Quasi-Newton method the basic reference program, has some reference value)
- 2010-09-08 17:06:30下载
- 积分:1
-
sss
program draw of line
- 2010-10-10 23:27:58下载
- 积分:1
-
matlab-expcode
matlab部分实验原码,从朋友那里要过来的,相信对刚学这个软件的人朋友们有用.(Matlab part of the experiment, the original code, from friends to the apartment. I think just learning the software useful friends.)
- 2006-12-25 23:38:09下载
- 积分:1
-
dpskzuizuihou
本程序模拟了一个2DPSK发送和接受的完整过程,差分编码采用模2加的方式得到,本次实验采用的是相移键控的方法得到发送信号,2DPSK信号最常用的解调方法有两种,本次实验采用的是极性比较法,先通过2PSK相干解调器,再经过码(反)变换器得到基带信号。
(This program simulates a 2DPSK sending and receiving complete process, differential coding is completed by modulo-2 addition; the experiment using the phase shift keying method to send signals.this experiment is the polarity comparison method,firstly go through the 2PSK coherent demodulator and then pass through code (trans) converter to obtain a baseband signal.)
- 2013-03-28 17:30:03下载
- 积分:1
-
matlabjiaocheng
这是一个关于MATLAB的很好的学习教程,包括了最基本的语法,怎样编程等很好。(It is a good learning MATLAB-tutorial, including the most basic grammar, how good programming.)
- 2007-11-26 01:24:47下载
- 积分:1
-
ActivdeSet
ActivedeSet(起作用集法),这个是在二次规划中应用的(ActivedeSet)
- 2010-12-15 11:32:25下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1