-
subspace-matlab
协方差驱动随机子空间法的matlab算法,我下的。(Covariance-driven stochastic subspace method)
- 2013-04-15 20:49:44下载
- 积分:1
-
Image-binarization-processing
利用matlab的GUI设计的图像二值化处理的可视化界面,包含所需的操作界面和m文件,可对图片进行导入、二值化处理及保存等操作。 (A visual interface of image binarization processing designed by Matlab GUI.It contains the desired interface and m file, you can import the picture, do binarization processing and preserve the new image.)
- 2013-09-22 10:21:48下载
- 积分:1
-
Tactical-weapons-SINS-RTA
战术武器子惯性导航系统与机载主惯性导航系统的空中动基座传递对准(Tactical weapons sub-inertial navigation system and the airborne inertial navigation system air moving base transfer alignment)
- 2013-04-21 17:06:25下载
- 积分:1
-
SVDBasedImageQualityMeasure
Source code svd in matlab
- 2009-11-12 22:42:40下载
- 积分:1
-
gliml
最新的积分算数方法gliml,已经测试没问题(The latest count integral method gliml, no problem has been tested)
- 2011-09-26 13:03:37下载
- 积分:1
-
MATLAB-figure-user-interface
MATLAB图形技术——绘图及图形用户接口(matlab figure user interface)
- 2013-01-29 11:22:54下载
- 积分:1
-
PF_codes_boat
粒子滤波,采用matlab与vc共同编写,注意在运行之前需要 在matlab环境下,运行
- 2014-09-11 16:11:27下载
- 积分:1
-
example4_3
例3:分析占空比为ta的矩形脉冲频谱
T=1 时间窗大小
ta=0.5 占空比
N=256
t=linspace(-T,T,N)
ts=2*T/N
fs=1/ts
(x=zeros(1,N)
x(N/2-round(N/2*ta):N/2+round(N/2*ta))=ones(1,2*round(N/2*ta)+1)
y=fft(x,N)
figure
plot(t,x)
title([ 时域信号图 占空比为 ,num2str(ta)])
axis([-T T-0.2 1.2])
xlabel( t /s )
figure
subplot(211)
f=linspace(-fs/2,fs/2,N)
plot(f,abs(fftshift(y))/N)
title([ 矩形脉冲双边谱 脉冲时间t=[- ,num2str(ta*T), , ,num2str(ta*T), ] ])
xlabel( f /Hz )
)
- 2010-05-25 20:59:59下载
- 积分:1
-
Digital-Signal-Processing
数字信号处理--理论与实践 王大伦
数字信号处理--理论与实践 王大伦(Digital Signal Processing- Theory and Practice Wang Tailun)
- 2011-10-23 16:57:08下载
- 积分:1
-
EnumerateAudioCaptureFilterCapabilities
audio card enumerate searching ok.
for multimedia developing project.
thank you
- 2014-01-08 17:50:46下载
- 积分:1