-
lorenz
此程序详细分析了LORENZ,利用GP算法进行了分析,其程序算法较快,有待继续改进(A detailed analysis of this process LORENZ, the use of GP algorithm is analyzed, the program algorithm faster, be to continue to improve)
- 2009-12-02 16:26:37下载
- 积分:1
-
household
说明: household变换,数值插值matlab源程序,插值算法,数值分析源码等。(household transformation, numerical interpolation matlab source, interpolation algorithms, numerical analysis of source code and so on.)
- 2011-02-21 16:15:09下载
- 积分:1
-
LabsaSolutions
lab story in matlab at istanbul techn. uni
- 2014-12-08 06:38:48下载
- 积分:1
-
checkConvergence
matlab code to check convergence of error.
- 2009-03-27 10:09:59下载
- 积分:1
-
NOMA (2)
说明: NOMA的吞吐量的计算,可以正确计算出结果。实测有效。(The throughput of NOMA can be calculated correctly. The measured results are effective.)
- 2021-04-19 10:08:51下载
- 积分:1
-
Lyapunov_Rossler
4阶龙格库塔,定义法计算rossler系统lyapunov指数,结果比较精确!(4-order Runge-Kutta, defined method rossler system lyapunov index results more precise!)
- 2013-03-24 22:59:55下载
- 积分:1
-
assoc_mem
Autoassociative Memory performance with and without pseudoinverse weight matrix
- 2014-02-07 20:14:09下载
- 积分:1
-
OFDM_rece_matlab
一个OFDM符号128个有效符号,插入128个虚拟子载波
符号率(即有效数据率)fsymbol,而发送速率(需要包括虚拟子载波)2fsymbol
输入的数据需要2倍的发送数据率,以便进行内插,实现位定时跟踪,即4倍fsymbol采样率的调制信号
OFDM symbol Nfft=128 points
一个OFDM符号数据点 Nfft*2 = 256 , Guard Interval点 =Ng*2=64
( a OFDM symbol 128 effective symbols, insert 128 virtual sub-carrier
symbol rate (i.e. valid data rate), and fsymbol sending rate (need to include virtual sub-carrier) 2fsymbol
input data need 2 times the sending data rate for interpolation, realize a timing tracking, namely fsymbol sampling rates four times the modulation signal
OFDM symbol Nfft = 128 points
a OFDM symbol of data points Nfft* 2 = 256, Guard Interval point = Ng* 2 = 64
)
- 2011-05-21 10:28:58下载
- 积分:1
-
multiplecstr
Program for simulating an irreversible exotermic chemical reactions in a series of CSTRs.
- 2014-11-26 10:02:03下载
- 积分:1
-
chap04
matlab实例clearN=100f=zeros(50,50) f(15:35,23:28)=1 figure(1)imshow(f, notruesize )F=fft2(f,N,N) F2=fftshift(abs(F)) figure(2)x=1:N y=1:N mesh(x,y,F2(x,y)) colormap(gray) colorbar(matlab)
- 2009-09-21 09:38:52下载
- 积分:1