-
Tbackprojectih
这个源码提供了穿墙雷达反向投投影成像算法的实现
(This source provides a through-wall radar projectors imaging algorithm to achieve reverse)
- 2012-08-29 23:48:47下载
- 积分: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
-
pwm
PWM project design 12 volt inverter circiut DIAGRAM
- 2013-12-24 19:15:18下载
- 积分:1
-
CPP
非常不错的QPSK在matlab中的仿真教程,文档中包含相关的所有代码(very good QPSK in the Matlab simulation Guide, the document contains all the related code!)
- 2011-06-09 22:40:14下载
- 积分:1
-
huatu
VC调用MATLAB的简单事例,没有复杂的功能,只适合初学者(A simple example of calling MATLAB VC)
- 2011-08-09 15:15:53下载
- 积分:1
-
powerflow
电力系统潮流计算 有关PQ节点平衡节点等的潮流计算(Power system load flow calculation related to PQ node in the node balancing flow calculation, etc.)
- 2009-11-24 19:48:29下载
- 积分:1
-
1-aplikasi-penjualan
Yeah I actually fixed it by moving a bunch of stuff to onResume(). There are also a number of other bugs I found in this code posted here (which was based on even buggier code) that I will post as soon as I get them all fixed. The first one that comes to mind is that in the try block it needs to check if c is null. Another one is that there is no error handling for a source going down midstream
- 2015-03-27 00:50:12下载
- 积分:1
-
FrameParser
实现帧解析功能,包括帧校验,控制台应用程序(To achieve frame analysis functions, including frame check, a console application)
- 2009-11-17 21:23:07下载
- 积分:1
-
Firefly_Algorithm源代码
这是几个萤火虫源代码,可以正常使用,放心使用(This is a few firefly source code, can be used normally, rest assured that use)
- 2017-07-04 10:21:58下载
- 积分:1
-
HuffmanTree
HUFFMAN TREE的编码源代码 实测可用 适合初学者使用(HUFFMAN TREE actual source code is available for beginners)
- 2013-12-04 16:28:15下载
- 积分:1