-
FFT2
进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换(Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform)
- 2013-01-24 15:51:43下载
- 积分:1
-
kernel_debugging_tutorial
windbg的使用文档.目前而言,本人认为是最全面的文档了(use of windbg documentation. now, I think is the most comprehensive documentation of the)
- 2007-09-05 15:09:12下载
- 积分:1
-
matlab
matlab,讲的很详细和大家分享一下!(matlab, said very detailed and to share with you!)
- 2011-11-30 23:05:24下载
- 积分:1
-
ia_2_AStar
metod astar where the best way is calculated
- 2009-12-29 17:36:49下载
- 积分:1
-
matlab
好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好(Good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good)
- 2011-05-22 12:00:13下载
- 积分:1
-
VCMatlab
VC++与Matlab混合编程实现图像处理(VC and Matlab Image Processing Mixed Programming)
- 2009-10-10 12:43:09下载
- 积分:1
-
MATLAB_-7-Programming-Fundamentals
本资料仅供MATLAB 学习者及相关技术人员研究参考使用(This information is for MATLAB and related technical staff of the learner reference)
- 2011-06-19 21:34:20下载
- 积分:1
-
OOhandling
object oriented handling example
- 2014-02-01 11:51:01下载
- 积分: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
-
cppmathref2b
“cppmathref2b.pdf”Matlab 6.5的C++数学库函数及用法详细参考手册,包含全部内容,很详尽,做Matlab和VC混合编程必不可少的工具书。(" Cppmathref2b.pdf" Matlab 6.5 for C++ Math Library function and the use of detailed reference manual, including all content, very detailed, so Matlab and VC hybrid programming tool indispensable.)
- 2010-06-12 16:32:13下载
- 积分:1