-
DSB_LC
It is Simulink model for Double-sideband transmitter.
- 2014-08-06 16:51:45下载
- 积分:1
-
imageandaudiosignalprocessingusingMathlab
用Matlab对图像、声音信号在时域及频域进行分析及其应用(如小波变换及其应用等),将近100个源代码含。(many analyising methods and its application of iamge and audio signal processing in time and frequency domain,such as wavelet and it s application, including approximately 100 source codes.)
- 2010-05-14 12:13:52下载
- 积分:1
-
功率谱繁衍生成时域序列随机风 kaimal_spectrum
功率谱繁衍生成时域序列随机风-谐波合成法(Generate Random wind)
- 2021-02-23 01:29:41下载
- 积分: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
-
hhhhh
说明: 关于无线传感器网络定位算法的研究,MATLAB的程序代码(About wireless sensor network localization algorithm research, MATLAB's program code)
- 2018-04-26 21:05:44下载
- 积分:1
-
混合算法解决TSP问题的MATLAB程序 aco-ga-pso-tsp
一个集合遗传算法,蚁群算法,粒子群算法的混合算法解决TSP问题的MATLAB程序(A collection of genetic algorithm, ant colony algorithm, the hybrid particle swarm optimization algorithm to solve TSP problems MATLAB program)
- 2021-04-08 17:09:00下载
- 积分:1
-
lab2
MULTI LAYER PERCEPTRON FOR MATLAB
- 2013-05-20 02:55:20下载
- 积分:1
-
kingbie
关于非线性离散系统辨识,调试通过可以使用,各种kalman滤波器的设计。( Nonlinear discrete system identification, Debugging can be used, Various kalman filter design.)
- 2016-04-28 18:48:24下载
- 积分:1
-
circpendulum
Pendulum on Circular Track in simulink
- 2014-01-25 16:01:43下载
- 积分:1
-
sphere-decoder-for-mimo-systems.m
大规模MIMO中球形译码检测算法的matlab代码函数(Scale MIMO sphere detection algorithm matlab code decoding function)
- 2021-03-31 17:29:09下载
- 积分:1