-
DmussiccO
阵列天线的DOA估计MUSIIC算法,只有几行简单易懂的代码
(The array antenna DOA estimation MUSIIC algorithm, and only a few lines of easy-to-understand code)
- 2012-08-23 22:20:02下载
- 积分:1
-
1
说明: 遗传算法,编写遗传算法程序,求解10城市的旅行商问题。(Genetic algorithm, genetic algorithm coded, 10-city traveling salesman problem to solve.)
- 2011-05-16 17:49:30下载
- 积分:1
-
Matlab-command
matlab命令大全,最适合初学者,也可以供编程者查询。(matlab command Guinness, the most suitable for beginners, you can query for programmers.)
- 2007-09-18 00:29:25下载
- 积分:1
-
2D-Multi-Parameter-Pie-Control
2D Multi-Parameter Pie Control
- 2013-12-31 18:04:05下载
- 积分:1
-
Main_Frequency_decoup_Opti_cdm1
悬置功能计算的,能量解耦的方法,优化及其位移的计算(The calculation of suspended function, energy decoupling method, optimization and calculation of displacement)
- 2015-08-06 09:25:49下载
- 积分:1
-
code
converted ga matlab code to c++ for solving scheduling problem
- 2014-10-24 16:00:10下载
- 积分:1
-
jindaipingcha
近代平差,含有近代经典平差函数模型,适用于数据处理中的近代平差应用(Modern adjustment, containing a model of modern classical adjustment function for data processing applications in modern Adjustment)
- 2014-02-17 10:19:29下载
- 积分: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
-
chapter17
粒子群算法的工具箱,可以不用再编程,参数设置也容易(Particle swarm optimization toolbox, you can not re-programming, parameter settings are also easily)
- 2014-08-29 17:06:32下载
- 积分:1
-
pls
一个PLS的matlab程序,包括求残差矩阵求回归方程的系数,删除回归分析的常数项,求误差平方和。(A PLS matlab procedures, including seeking residual matrix coefficients of the regression equation, deleted regression constant term, seeking the error sum of squares.)
- 2013-05-24 08:50:48下载
- 积分:1