-
介绍了radon变换原理
介绍了radon变换原理,举了些例子并进行了实现(radon transform and some examples)
- 2010-10-07 16:22:26下载
- 积分:1
-
matlab2
This function performs one-dimensional (Cartesian) finite-difference time-domain simulations. It assumes the spatial grid extends from k = 1 to k = Nz and that the simulation runs for nSteps time steps.(1D-FDTD-program(matlab) This function performs one-dimensional (Cartesian) finite-difference time-domain simulations. It assumes the spatial grid extends from k = 1 to k = Nz and that the simulation runs for nSteps time steps.)
- 2010-01-18 10:46:35下载
- 积分: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
-
Quadratic-programming-matlab-code
二次规划的matlab源代码,很有用的优化工具!(Quadratic programming matlab source code, very useful optimization tool!)
- 2013-09-25 00:05:23下载
- 积分:1
-
sar
几种简单的SAR图像预处理方法,包括Lee滤波,Kuan滤波,Frost滤波(Several simple SAR image preprocessing methods, including Lee filter, Kuan filtering, Frost filter
)
- 2014-03-05 12:43:02下载
- 积分:1
-
IPQxiebo
基于瞬时无功功率的谐波检测,ip,iq法。已验证(Harmonic detection based on instantaneous reactive power)
- 2017-08-04 15:54:39下载
- 积分:1
-
Chapter3
(书)现代通信系统使用MATLAB第三章(ALLIANCES is a recently proposed cooperative random access
protocol for wireless networks. In this paper we modify the
original model to include user location information. We also
derive pair-wise error probability (PEP) under Rayleigh flat
fading channel and a power-law attenuation environment.
Based on the PEP analysis we propose an optimal relay
selection scheme, which achieves significant throughput gains as
compared to the random relay selection scheme in the original
ALLIANCES.)
- 2009-03-30 19:57:34下载
- 积分:1
-
OFDM--ber
ofdm仿真 其中包括qpsk调制解调,加高斯,串并转换等;最后有误码率曲线的输出(ofdm simulation including qpsk modulation and demodulation, plus Gaussian, string and conversion Finally there is an output bit error rate curve)
- 2013-05-26 18:48:57下载
- 积分:1
-
FastICA_25
说明: 介绍关于fastica的一组matlab代码,很实用(Describes a group of about fastica matlab code, very useful)
- 2011-04-17 00:08:19下载
- 积分:1
-
N-zernike
本程序能实现任意阶的Zernike多项式的系数模拟和相位屏模拟。(This procedure can be of any order Zernike polynomial coefficient simulation and phase-screen simulation.)
- 2021-05-14 10:30:02下载
- 积分:1