-
ofdmwaterfilling
说明: OFDM注水算法matlab仿真代码 可以实现系统仿真 子函数(OFDM water filling matlab)
- 2009-08-30 16:46:51下载
- 积分:1
-
vectfit3
vector fitting algorithm
- 2011-05-03 23:06:59下载
- 积分:1
-
ieee13busdoubletunedfilter_at7thand10thbus
ieee 13 bus with double tuned filter at 7th and 10th bus
- 2012-04-30 12:19:08下载
- 积分:1
-
LTE_common_CQI_mapping_table
LTE系统中CQI的映射列表,从中可以查出系统工作过程中对应的CQI情况(CQI mapping list LTE system, which the system can find out the work process corresponding CQI case)
- 2014-12-02 16:12:16下载
- 积分:1
-
hfss_full_book
a book for guidance and simulation in hfss
- 2011-04-20 20:50:03下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
xiebojiec
三相桥式整流电路带阻感负载谐波电流源,用simulink搭建的谐波检测仿真电路。用于对所产生的现象进行合理解释,并对波形进行傅立叶频谱分析。(Three-phase bridge rectifier circuit with resistive inductive load harmonic current sources of harmonic detection using simulink simulation circuit structures. Generated for a reasonable explanation of the phenomenon, and the waveform Fourier spectral analysis.)
- 2021-02-26 16:49:37下载
- 积分:1
-
guangfushuju_chuli
本程序内涵部分光伏数据,里面还包含几个简单的小程序,求光伏波动的,希望对大家有用(This program connotation section PV data, which also includes a few simple little program, find the PV fluctuations, hope to be useful)
- 2015-07-03 17:13:04下载
- 积分:1
-
DOE_ROV
一种自反馈应用的例子,用于机器人等的控制(An example of a self feedback application)
- 2020-10-12 23:57:32下载
- 积分:1
-
three level.m
数值模拟三能级原子系统的稳态EIT现象,能修改各项参数对吸收项,相干项,粒子数布局的影响(Numerical simulation of steady-state EIT phenomena in a three-level system)
- 2020-11-09 20:39:48下载
- 积分:1