-
CompressiveTrackingFromsequences
压缩感知,对人脸进行跟踪的程序,今年欧洲图像会议的程序(Compressive Sensing,face track ,program )
- 2013-03-25 16:43:08下载
- 积分:1
-
Programming-MATLAB-and-VCP-P
简要介绍VC++与MATLAB联合编程技术(VC++ introduced the joint programming with MATLAB)
- 2011-01-22 15:49:03下载
- 积分: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
-
tgff-3.5
task graph generator: task graph for free version 3.5
- 2020-12-21 09:29:08下载
- 积分:1
-
pipe
Stuff. This is only to become a uploading member to start working on a Chinese language system for my programs. I will upload soon.
- 2014-10-02 01:51:22下载
- 积分:1
-
VC_MATLAB7SharedLibrary
调用MATLAB7 Compiler 产生共享库程序的方法介绍,有如下的大致结构:
1.声明变量或者是函数作为输入变量;
2. 调用 mclInitalizeApplication函数,并测试是否成功,该函数设置了一个全局的MCR
状态,并且构建MCR实例;
3. 对于每个库,调用一次<libraryname>Initalize函数,为库创建一个MCR 实例;
4. 调用库中的函数,并处理其结果(这是程序的主要部分);
5. 为每个库调用一次<libraryname>Terminate函数,用于注销相联系的MCR;
6. 调用 mclTerminateApplication函数,释放与全局MCR状态相联系的资源;
7. 清除变换,关闭文件等,然后退出。(VC+ MATLAB7 C Shared Library Target)
- 2009-06-06 10:46:54下载
- 积分:1
-
modbusgw-0.1.tar
MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently each
instance of modbusgw will only support one modbus serial network (future revisions will support
multiple networks in a single gateway for now, it is necessary to start multiple instances).
(MODBUS programEach instance of modbusgw acts a master to a modbus serial network. Currently eachinstance of modbusgw will only support one modbus serial network (future revisions will supportmultiple networks in a single gateway for now, it is necessary to start multiple instances).)
- 2008-02-12 18:59:53下载
- 积分:1
-
theproblemoftheprogram
程序设计问题和学习有效题目,可以有效提高初学者学习能力。(it can inprove the ability of the learners)
- 2010-02-09 11:35:56下载
- 积分:1
-
StarRat
START RAT远控源码START RAT远控源码START RAT远控源码START RAT(START START RAT RAT far point source code remote control the source code START START RAT RAT far point source code)
- 2014-02-25 09:10:34下载
- 积分:1
-
GM(1-1)-matlab
灰色预测GM(1,1)模型的matlab源代码,包括预测模型的建立(Gray prediction GM (1,1) model matlab source code, including the prediction model)
- 2011-05-09 15:42:51下载
- 积分:1