-
tms320f28335_eQEP
another code
from the sample code category
- 2014-08-27 12:46:48下载
- 积分:1
-
weitohui
学好数字图像处理,学好matlab,学好vc++,怎么能少了位图转灰度图像c++源码。(you will succeed.)
- 2013-11-08 20:08:06下载
- 积分:1
-
radar-coortarns
雷达的坐标系相关变换说明文档,介绍了雷达坐标西与大地坐标系的变换关系,参考使用可以编织坐标变换代码(Radar Coordinate Transnate)
- 2015-02-10 22:15:05下载
- 积分:1
-
SVM
SVM算法在 matlab实现, 包含说明书,源代码等(SVM experiment on matlab)
- 2015-01-28 20:15:25下载
- 积分:1
-
19
说明: 抽象类以及纯虚函数的相关笔记。Figure作为基类,派生出Circle,Square(Abstract classes and pure virtual functions related notes. Figure as a base class, derived Circle, Square)
- 2014-02-20 15:33:35下载
- 积分:1
-
implicit-function
differtial implicit function
- 2011-09-26 12:54:30下载
- 积分:1
-
advance-Matlab
有关学习Matlab的书籍,其中也有包括c语言和c++的部分,敬请下载(Learning Matlab books, which also include c of language and c++ the part, please download)
- 2013-03-13 14:09:19下载
- 积分:1
-
113172219hog
description phog en matlab
- 2009-09-24 23:21: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
-
MedianFilter
快速中值滤波,在大数据量的情况下速度很快,论文“Median Filter in Constant Time”的C语言实现(C souce code for "Median Filter in Constant Time")
- 2014-01-14 10:25:05下载
- 积分:1