-
Matlab--euler
小程序,matlab编的,用于解常微分方程的问题(Small program, matlab compiled for the solution of ordinary differential equations of the problem)
- 2011-09-27 10:18:19下载
- 积分:1
-
example4_4
例4:在sinc(t)信号中叠加噪声,分析对应频谱
fs=100 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=2 时间窗大小
(
x=x+0.1*randn(1,N)
x=awgn(x,-10, measured )
figure
plot(t,x)
title( 时域信号图 )
xlabel( t /s )
y=fft(x,N)
figure
if mod(N,2)~=0
N=N-1
end
f=linspace(0,fs/2,N/2)
plot(f,abs(y(1:N/2))*2/N)
title( 叠加噪声的sinc(t)信号频谱 )
xlabel( f /Hz )
figure
y0=y(1:N/2)
P=y0.*conj(y0)/N
P=10*log10(P)
plot(f,P)
title( 功率谱 )
xlabel( f /Hz )
)
- 2010-05-25 20:59:03下载
- 积分:1
-
Tsteepest_desh
这个Matlab程序实现最速下降算法。最速下降法是一种最基本的算法,它在最优化方法中占有重要地位.最速下降法的优点是工作量小,存储储变量较少,初始点要求不高;缺点是收敛慢,最速下降法适用于寻优过程的前期迭代或作为间插步骤,当接近极值点时,宜选用别种收敛快的算法.
(The Matlab program to achieve the steepest descent algorithm. Steepest descent method is a basic algorithm, it occupies an important position in the optimization method. Advantage of the steepest descent method is the small amount of work, less storage reservoir variables, the initial point less demanding drawback is slow convergence, the steepest descent method for the optimization process of the early iterations, or as inserted steps are advised to use other kinds of fast convergence of the algorithm when close to the extreme point.)
- 2012-08-20 07:27:17下载
- 积分:1
-
Tbbaaluojbh
这是在matlab下实现的包络检波算法法。先对信号进行调制,然后进行包络检波。
(This is the method of envelope detection algorithm under Matlab. First signal modulation, and then proceed to the envelope detector.)
- 2012-08-18 07:25:29下载
- 积分:1
-
Image_Restoration
Image restoration using inverse filter
- 2015-01-12 13:31:04下载
- 积分:1
-
Matlab-Realization-of-a-special-matrix
使用Matlab实现特殊矩阵,对初学Matlab的人很有帮助(It has benefits for learners)
- 2010-08-30 09:58:40下载
- 积分:1
-
MatrixVB
MatrixVB 使用手册:介绍在VB中调用matlab函数的控件的使用方法及例子。在VB中使用强大的matlab运算工具!(MatrixVB User’s Guide)
- 2009-06-06 10:40:39下载
- 积分:1
-
RGBtoHsi
matlab颜色模型转换的代码程序,数字图像处理的matlab程序代码(matlab code color model conversion program, digital image processing matlab code)
- 2015-03-18 14:44:05下载
- 积分:1
-
CoordCovert
一个坐标系转换的类,参考系:WGS-84椭球体参数;功能:笛卡尔坐标系、大地坐标系、站心地平坐标系(线坐标形式)、站心地平坐标系(极坐标形式)之间的互相转换。(A coordinate transformation class reference system: WGS-84 ellipsoid parameters Function: Cartesian coordinates, geodetic coordinate system, Station Local coordinate system (line coordinates), Station Local coordinate system (polar form) of conversion between each other.)
- 2014-11-06 08:45:11下载
- 积分:1
-
Matlab_Simulink-DFIG
基于Matlab_Simulink的双馈感应风力发电机组建模和仿真研究!!(Modeling and simulation of doubly fed induction wind turbines based Matlab_Simulink!!)
- 2012-09-28 02:36:46下载
- 积分:1