-
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
-
dizhenginedex
这是一篇地震的数学理论方面的文章,希望能对大家有帮助(This is a mathematical theory of an article of the earthquake, I hope you can help)
- 2015-03-26 10:03:19下载
- 积分:1
-
QuadRotor_MA8.2
MB8四旋翼自动驾驶仪的源码,包括姿态采集,状态估计以及控制输出。不推荐直接使用,但是可以作为学习(MB8 four rotor autopilot source, including posture acquisition, state estimation and control output. Not recommended for direct use, but can be used as learning)
- 2014-01-15 16:52:27下载
- 积分:1
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分:1
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
LMS-algorithm
LMS最小均方算法,作为自适应滤波以及自适应均衡过程的一个评估准则(LMS least mean square algorithm as an adaptive filtering and adaptive equalization process assessment criteria)
- 2013-04-13 15:07:58下载
- 积分: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
-
Mpanngjialaiia
混沌映射庞加莱界面Matlab程序源码码,程序源码虽小,短小精悍
(Chaos mapping Poincare interface the Matlab program source code, the program source code is small, dapper)
- 2012-08-23 20:49:08下载
- 积分:1
-
Matlab
基于Matlab的一种光伏阵列模拟器的研究(matlab)
- 2009-05-26 10:38:01下载
- 积分:1
-
sensitivity-of-OFDM-subcarriers-with-CFO
This program plots sensitivity of OFDM subcarriers with Carrier frequency offset(CFO)
- 2014-07-16 03:49:52下载
- 积分:1