-
j05_fastsims
R. K. Martin, M. Ding, B. L. Evans, and C. R. Johnson, Jr., "Infinite Length Results and Design Implications for Time-Domain Equalizers," EURASIP Journal on Applied Signal Processing, Special Issue on Signal Processing for Broadband Access Systems: Techniques and Implementations, December 2003
- 2011-01-09 20:39:53下载
- 积分:1
-
weidaitianxian
关于蝶形宽带微带天线的设计
索引:蝶形宽带微带天线. 设计方案 排列效率
摘要:现在提出一种基于绝缘体衬底的有限长度的宽带微带天线的设计方法。这种方法快速、对计算精度要求较低,是建立在一蝶形天线进行二等分而形成的两个梯形天线的 。首先设计出单边的梯形部分,然后制作出相同的另一部分并在其顶点处将其连接。与理论计算相比在X波段上实验测量表现得很好。其有效带宽达到10.6%
(One approach to an antenna book starts with a discussion of how antennas radiate. Beginning with Maxwell’s equations, we derive electromagnetic waves. After that lengthy discussion, which contains a lot of mathematics, we discuss how these waves excite currents on conductors. The second half of the story is that currents radiate and produce electromagnetic waves. You may already have studied that subject, or if you wish to further your background, consult books on electromagnetics.The study of electromagnetics gives insight into the mathematics describing antenna radiation and provides the rigor to prevent mistakes. We skip the discussion of those equations and move directly to practical aspects.)
- 2011-05-25 14:44:09下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
breadshi
说明: 用面包师算法进行图像的置乱,首先是将图像分为4个部分,对每一个部分采用不同的变换方法(With baker image scrambling algorithm, first the image is divided into four parts, each part of the transformation method using different)
- 2010-04-25 14:07:21下载
- 积分:1
-
hssvm_series_toolkit
Matlab codes for Hidden Sapce Support vector machines(Matlab codes for Hidden Sapce Support vect or machines)
- 2007-04-05 17:38:02下载
- 积分:1
-
represent-the-date-and-time
Matlab用三种格式来表示日期与时间,有函数,例子(Matlab in three formats to represent the date and time)
- 2011-04-19 16:04:07下载
- 积分:1
-
UAV-Cooperative-Decision
讲述无人机协同策略与控制的书,大牛写的英文原版(Book about UAV collaborative strategy and control, Daniel wrote the original English)
- 2013-04-01 22:06:09下载
- 积分:1
-
2Dfdtd
真空中二维FDTD程序,利用了二阶边界条件,具有比较好的学习参考价值(2D FDTD program )
- 2011-05-11 20:17:11下载
- 积分:1
-
modulation_o
基本的调制解调程序集,包括BPSK,QPSK,QAM,GMSK等(basic modulation and demodulation process scripts, including BPSK, QPSK, QAM, and GMSK etc.)
- 2007-06-07 11:19:45下载
- 积分:1
-
PSOstandard
标准粒子群优化算法1,采用MATLAB编写,本算法简单,易于实现,可调参数少,是非线性连续优化问题、组合优化问题(The standard particle swarm optimization algorithm 1,)
- 2014-12-06 22:19:38下载
- 积分:1