-
ACO-Path-planning-
基于蚁群算法的路径规划,包括二维路径和三维路径,非常实用,无BUG,注释详细(Path planning, ant colony algorithm, including 2D and 3D path planning path,)
- 2015-04-16 17:13:03下载
- 积分:1
-
VC.MATLAB
说明: VC和matlab的教程,好用,放心下载,希望对大家有帮助(VC, and matlab tutorial, easy to use, secure download, we want to help)
- 2010-04-17 12:07:55下载
- 积分:1
-
fftshift
主要是用c语言实现matlab中的fftshift函数的,(Mainly used c language matlab in fftshift function,)
- 2013-09-22 14:57:46下载
- 积分: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
-
fetch
MATLAB 数学工具软件
实例简明教程(MATLAB mathematical tools simple tutorial examples)
- 2013-12-10 10:26:34下载
- 积分:1
-
GetEcgPpg
心电信号处理,滤波与计算 之:数据的读取(ECG signal processing, filtering and calculation of: reading data)
- 2014-09-10 19:53:11下载
- 积分:1
-
image-processing-and-recognition
VC与MATLAB图像处理与识别_源代码(VC and MATLAB image processing and recognition)
- 2013-11-18 13:05:21下载
- 积分:1
-
face
本程序是运用SVM来实现人脸识别算法,能直接运行且能进行二次开发(This procedure is to use SVM to implement face recognition algorithm that can run directly and can perform a secondary development)
- 2014-02-18 21:17:44下载
- 积分:1
-
Equal-area-azimuthal-projection
Equal area azimuthal projection
- 2015-01-13 15:32:27下载
- 积分:1
-
MCChhapter6o
现代通信系统第6章matlaab程序源码源码
(Chapter 6 of the modern communication systems matlaab program source code)
- 2012-08-18 06:34:26下载
- 积分:1