-
modulation
Plot π/4-DQPSK passband waveform.ASK,FSK,MSK waveform
- 2010-08-11 05:00:51下载
- 积分:1
-
hough
说明: hough变换,可以经过图像的边缘点实现霍夫变换,即实现空间转换!(hough transform, image edge points can be achieved through the Hough transform, that is to achieve space conversion!)
- 2011-03-16 00:22:57下载
- 积分:1
-
matlabpicMRF
一个马尔可夫(MRF)图像分割MATLAB的源码,有30几个函数。Markov随机场的例子程序,对于初学入门MRF的人很有用,能得到直观的印象。(A Markov (MRF) image segmentation MATLAB source code, 30 a few functions. Markov random sample program, for beginners who are useful entry-MRF can get a visual impression.)
- 2011-04-19 11:38:33下载
- 积分:1
-
SOUND-PROCESS
语音处理源程序,已经过调试,直接运行即可实现(Speech processing source program, have been debug, direct operation can be realized
)
- 2013-10-20 14:14:46下载
- 积分:1
-
PBGBand
这是一个计算二维光子晶体能带的程序,采用平面波展开法模拟2维光子晶体的能带结构。( This is a program to calculate the Photonic Bands of two dimension Photonic Crystal with circular inclusions.)
- 2011-09-15 23:05:02下载
- 积分:1
-
TF-analysis
线性调频信号时频分析,自带自己写的STFT函数(FMCW TF analysis, STFT function)
- 2016-12-06 16:50:06下载
- 积分:1
-
q2d
对并联机构所受到的外力进行初始值赋值,并进行并联机构的部分构件分析(Some elements of the analysis of parallel institutions by external initial value assignment, and the parallel mechanism)
- 2012-07-18 20:27:34下载
- 积分: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
-
chazhi
实现信号的插值运算,通过这个程序,可以对非均匀采样的信号进行插值处理,为后面的滤波处理做基础(Realize signal interpolation arithmetic, through this program, the non-uniform sampling signals can be interpolation processing, basis for the back of the filtering process)
- 2021-04-21 09:48:49下载
- 积分:1
-
智能控制第4版-matlab
说明: 刘金琨 智能控制第四版 matlab例程(The fourth edition of Liu Jinkun's Matlab routine for intelligent control)
- 2018-05-14 15:26:42下载
- 积分:1