-
VCZHONGDIAOYONGMatlab
VC中调用Matlab测试代码混合编程
对于学习VC和MATLAB 很有帮助(VC call Matlab test code mixed programming learning VC and MATLAB helpful)
- 2008-04-02 12:26:51下载
- 积分:1
-
am
说明: 通信原理的AM调制信号,MATLAB实现仿真(Communication Theory of AM modulated signal MATLAB for simulation)
- 2013-03-11 11:14:31下载
- 积分:1
-
MexDemo
说明: 几个VC++源代码,使用C-MEX文件来实现VC++与MATLAB的混合编程。(Several VC++ source code, the use of C-MEX file to achieve the VC++ and MATLAB programming mixed.)
- 2009-08-21 15:14:27下载
- 积分:1
-
Even_and_O1945021112005
this is a fairly simple code that determines whether the integer you will enter is odd or even. Based on your choices by the questions asked by the program, the ouput background and foreground will change. and one thing: please don t enter such numbers as 0987 or .983 as they are not integers!
- 2009-11-08 13:59:31下载
- 积分:1
-
pt_line
固高控制卡程序,pt控制方式,需要的可以下载看看.(Googol control card program)
- 2013-12-01 21:58:24下载
- 积分:1
-
matlab
matlab函数汇总,包含大部分图像处理函数.(matlab function summary, including the majority of image processing functions.)
- 2009-12-20 11:09:53下载
- 积分:1
-
LHM-c-code-plot-use-matlab
c code for LHMs and using the matlab to plot the field
- 2010-11-02 21:59:32下载
- 积分:1
-
FFT
此代码是用MATLAB进行对数据做FFT变换(This code is done using MATLAB FFT transform data)
- 2014-05-05 20:47:23下载
- 积分:1
-
TSP
TSP问题(货郎担问题,旅行商问题)的模拟退火算法通用malab源程序
f目标最优值,T最优路线,d距离矩阵,t0初始温度,tf结束温度
- 2010-08-20 21:33:00下载
- 积分:1
-
example4_6
:滤波
fs=400 采样频率,必须大于两倍基带信号最高频率
ts=1/fs 采样时间间隔
T=5 时间窗大小
t=0:ts:T (hf1=zeros(1,N)
hf1(f<=B1&f>=-B1)=1
y1=hf1.*fftshift(y)
figure
subplot(211)
plot(f,abs(fftshift(y))/N,f,hf1, r-- )
axis([-fs/2,fs/2,0,1.2])
title( 原信号频谱 )
xlabel( f /Hz )
subplot(212)
plot(f,abs(y1)/N)
title( 低通滤波,截止频率90Hz )
xlabel( f /Hz ))
- 2010-05-25 20:58:05下载
- 积分:1