-
OFDM_OPTIMAL
关于OFDM信道估计算法的仿真,比较详细(Simulation of channel estimation on OFDM)
- 2010-06-07 15:26:33下载
- 积分:1
-
matlab-work
f=zeros(30,30)
f(5:24,13:17)=1
imshow(f, notruesize )
F=fft2(f,256,256)
F2=fftshift(F)
figure,imshow(log(abs(F2)),[-1 5], notruesize )
- 2010-11-20 17:07:18下载
- 积分:1
-
newkqpso
说明: 对k-medoids与qpso结合的算法进行改进。选择调用qpso优化,降低运行时间,提高算法的执行效率。(Pairs of k-medoids algorithm combined with the qpso improvements. Select call qpso optimization, reducing operating time and improve the efficiency of the implementation of the algorithm.)
- 2010-03-24 14:19:52下载
- 积分:1
-
此仿真模型采用pmsg电机应用
建立风力发电机模型,此仿真模型采用pmsg电机应用,再根据PI控制器方法构造控制器,达到能控制发电机的转速、转角等等等(Build wind generator model, the simulation model using pmsg motor applications, according to PI controller method to construct the controller, to control the generator speed, angle, etc., before running this simulink model, it should also write the reference value code to run.)
- 2016-04-02 11:14:02下载
- 积分:1
-
MATLABCSharp
MATLAB C# Book. This book is a great tutorial for C# programmers who use MATLAB to develop applications and solutions(MATLAB C# Book. This book is a great tutoria l for C# programmers who use MATLAB to develop ap plications and solutions)
- 2007-03-29 18:42:50下载
- 积分: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
-
PNAH_pressure
基于STSF的近场平面声全息仿真程序,以2个不相干的点声源为例(STSF based NAH)
- 2021-01-24 15:58:44下载
- 积分:1
-
GPSDREKF
扩展Klman滤波在车辆GPS/DR组合定位系统的应用,matlab,带注释。(Extended Klman filter vehicle GPS/DR Integrated Positioning System application, Matlab.)
- 2013-04-22 16:22:07下载
- 积分:1
-
bloodvesselfilter
可以实现血管增强滤波,首先运行初始化文件,然后运行主函数文件(论文参考:Three Dimensional Curvilinear Structure Detection Using Optimally Oriented Flux)(Vascular enhancement filtering can be achieved, first run the initialization file, and then run the main function file)
- 2013-12-13 15:55:55下载
- 积分:1
-
Modified-X-means
Emitter Recognition Based on Modified X-means
- 2014-02-20 10:10:42下载
- 积分:1