-
TestUseMatlab
说明: 运用VC编写的如何在VC中调用MATLAB(use in the preparation of the VC Calling MATLAB)
- 2006-05-09 09:52:58下载
- 积分: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
-
PCM32
PCM编码failed to translatefailed to translatefailed to translate(failed to translatefailed to translatefailed to translate)
- 2009-03-08 18:46:01下载
- 积分:1
-
samsung_monitor_jig_3.0b_534
SAMSUNG LCD FIRMWARE
- 2012-09-12 07:47:35下载
- 积分:1
-
texADO
这个是一个自己做的程序,可以进行相关的操作,初学者(This is a program to do their own, can be related to the operation, for beginners)
- 2015-02-27 09:10:16下载
- 积分:1
-
matlab_Koch
利用Matlab对Kouch曲线的程序编写,能生成Koch曲线并绘制图形,级数作为外部参数输入,可调整。(The use of Matlab program of Kouch curve to write, can generate Koch curve and graphics rendering, series as external input parameters, can be adjusted)
- 2013-12-09 22:16:41下载
- 积分:1
-
clsProcess
进程操作的类,可以从进程名枚举进程PID,也可以从窗口标题查找,打开进程,读取长整型,写入长整型,读取字节数组,写入字节数组.压缩包内包含有一个破解示例,破解掉一个判断密码是否正确的程序(仅在内存中进行,不破坏原文件)(Process operations class, you can enumerate the process name from the process PID, you can search for the title from the window, open the process, read a long integer, write long integer, byte array to read, write byte array. Tarball sample contains a crack, break out a password to determine whether the correct procedure (only in memory, not a destruction of the original document))
- 2009-12-18 17:27:35下载
- 积分:1
-
zuidouxiajiang_LMS
在matlab上面实现lms算法的一些功能验证(matlab lms )
- 2011-05-08 08:23:46下载
- 积分:1
-
VC-matlab
利用VC 调用matlab数学库和图形库的方法,实现vc和matlab的混合编程(VC call to use matlab math library and graphics library approach, the realization of a mixture of vc and matlab programming)
- 2007-12-16 10:47:11下载
- 积分:1
-
Example2
介绍如何在VC中调用matcom编译后的函数;
如在调试过程中遇到困难请详见VC知识库文章 - 浅析VC与Matlab联合编程二.mht” 文件(Introduction How to call Matcom compiled function in VC )
- 2009-03-11 16:02:27下载
- 积分:1