-
FIR-filter
带matlab界面的FIR滤波器窗化设计,应用fft实现序列通过数字滤波器。(With matlab interface window of FIR filter design, FFT is applied to implement sequence through the digital filter.)
- 2014-09-17 14:50:03下载
- 积分:1
-
M_serial(MATLAB)
支持4到16bit 的m序列的MATLAB源码。输入寄存器长度M_Len,输出2.^M_Len-1长度的寄存器状态值向量(4 to 16bit support of the MATLAB m sequence source. M_Len input register length, the output 2. ^ M_Len-1 length of the state vector register)
- 2007-05-11 20:25:49下载
- 积分:1
-
tuxiang-lv-bo
主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提. 更多还原
(Mainly discuss how to get the picture after extracting its boundary information, the first use of the image contrast of the gray uniform solution to the problem is not clear, then use a Gaussian filtering method for image filtering noise, and then use Canny edge detection algorithm to extract the boundary, the method find boundary method comes with Matlab significantly improved procedures for the use of Matlab for image fractal dimension provides a more accurate premise. more reduction)
- 2013-12-16 09:44:29下载
- 积分:1
-
ColorfulpicGenerator
This code is about colorful pic generator. This code is done in MATLAB.
- 2015-02-06 01:29:59下载
- 积分:1
-
RobustControlofaRocket
matlab关于鲁棒控制的例子,设计一个Rocket,有源代码,和设计过程详解。是入门的好资料(matlab on the examples of robust control, the design of a Rocket, active code, and explain the design process. Is a good data entry)
- 2008-01-26 09:58:05下载
- 积分:1
-
ReBEL-0.2.7
给出了kf ekf ukf upf的matlab源程序,通过用户自己修改可以方便的实现各种系统辨识。(Given kf ekf ukf upf the matlab source code through the user' s own can be easily modified to achieve a variety of system identification.)
- 2009-06-05 10:43:19下载
- 积分:1
-
matlab
This is the easiest version of matlab book
- 2013-03-06 23:19:48下载
- 积分:1
-
KAPPA-1D
MATLAB 计算kappa分布,不仅有一维情况而且有三维情况下的算法(MATLAB computing kappa distribution, not only one-dimensional and three-dimensional case the algorithm)
- 2013-11-17 22:23:26下载
- 积分:1
-
wireless-commun.channel-model
无线通信信道仿真模型,包括加性高斯白噪声信道和衰落信道。(wireless communication channel simulation model, include additive white Gaussian noise channel and fading channel)
- 2012-11-13 20:03:05下载
- 积分:1
-
LinearBPM
这是一个简单的FFT为无电位1 +1 +1 Ð 薛定谔方程的光束传播方法。如果该软件灵活,允许引入的术语(如果是极少数需要包括色散效应高阶导数)。例如,如果一个人渴望解决的一个方程的形式:
(四/ dz的+ Ð ^ 2/dx ^ 2 - 0.25 * Ð ^ 3/dx ^ 3)== 0 Ÿ
它可以解决使用以下代码:
Ž = linspace(0,1,512)
x = linspace(-5,5,1024)
psi0 =进出口(- x的。^ 2)
Ð = D_lateral1D(十,2)-0.25 * D_lateral1D(十,3)
字段= LinearBPM(psi0,有D,Z)
凡D_lateral1D是一个函数,提供“取代”的微分算子。
这个函数是在一个非线性的BPM,我曾对(分步,谱方法等),将提交给我,当我完成他们的文件和组织功能更复杂的设置非常初期阶段。
(This is a simple FFT based beam propagation method for potential-free 1+1+1D Schrodinger equation. The software if flexible and allows to introduce high-order derivatives in the term (very handful if is needed to include dispersion effects). For example, if one desires to solve an equation in the form:
(d/dz+ d^2/dx^2- 0.25*d^3/dx^3)Y == 0
It can be solved using the following code:
z=linspace(0,1,512)
x=linspace(-5,5,1024)
psi0=exp(-x.^2)
D=D_lateral1D(x,2)-0.25*D_lateral1D(x,3)
field=LinearBPM(psi0,D,z)
Where D_lateral1D is a provided function that "replaces" the derivative operator.
This function is a very early stage in a more complex set of non-linear BPM functions that I have made (split-step, spectral methods, etc.) and I will submit them when I finish their documentation and organization.
Sorry for my English, I m eager for your comments.
)
- 2010-07-05 12:02:42下载
- 积分:1