-
theproblemoftheprogram
程序设计问题和学习有效题目,可以有效提高初学者学习能力。(it can inprove the ability of the learners)
- 2010-02-09 11:35:56下载
- 积分:1
-
bujiaozuizong
目标追踪代码学习,经供参考版权所有侵权必究谢谢合作(Thank you for your cooperation target tracking code to learn reserved for reference Copyright infringement)
- 2013-01-10 17:13:36下载
- 积分:1
-
KernelIoControl-OEMIoControl
The system is fully preemptible when this function is called. The kernel does no processing, but it passes all parameters directly to the function supplied by you. (当这个函数被调用的时候系统完全可能被抢占,内核没有处理,直接传递参数到你提供的函数。这个我觉得说的很别扭,估计是直接传递参数到OEMIoControl )(The system is fully preemptible when this function is called The the kernel does no processing, but it passes are all the parameters directly to the function are supplied by you (When this function is called when the system is entirely possible to seize the kernel did not deal directly pass parameters to the function you provide. I think that is very awkward, and is estimated to pass parameters directly to OEMIoControl))
- 2012-05-29 22:24:52下载
- 积分:1
-
pso
基于matlab的粒子群优化算法,可以解决多目标优化问题(PSO algorithm based on matlab,it can do the optimization problem )
- 2010-11-04 12:01:30下载
- 积分:1
-
DEVIL
没有什么好的程序,就是一个简简单单的8数码(No good program, that is simply one of the eight digital)
- 2009-12-25 10:56:41下载
- 积分:1
-
deepsearch
基于深度优先搜索的电力系统分区:根据节点连接关系确定节点的所属分区,即系统最终分成多少个区域、每个区域包含哪些节点。(Power system Partition based on deep search according to connectivity , i.e., determining the number of sections and nodes in each section.)
- 2016-04-15 08:34:29下载
- 积分:1
-
LFM
该程序可以用于产生LFM信号,并输出在理想和加噪情况下分别经过匹配滤波器后的结果。(The program can be used to generate LFM signal, and outputs the noise in the ideal case and processing each of the results after the matched filter.)
- 2013-12-14 15:56:00下载
- 积分:1
-
transfer-matrix-method-to-caculate-PCG
不用说的好,我们室主任开发的Photonics cyrestal band gap计算Fortran代码。注意不要忘了input文本。(Needless to say the good, our director of development Photonics cyrestal band gap calculation of Fortran code. Do not forget to pay attention to input text.)
- 2008-04-27 09:19:41下载
- 积分:1
-
MatlabEngine_link
VC调用matlab的典型编程,采用matlab引擎的方法,成功实现了Vc对matlab的调用。并且做了可视化的界面。把程序中的main_edgelink2换成自己要调用的matlab程序(VC typical call Matlab programming using Matlab engine, the successful implementation of the Vc Matlab call. Done a visual interface. The procedures main_edgelink2 replaced by themselves to the calling procedure Matlab)
- 2007-06-08 22:14:15下载
- 积分: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