-
matlab2
tutorial for matlab with alot of open code source
- 2010-06-26 10:23:59下载
- 积分:1
-
9key
9键电子琴的汇编程序,简单的电子琴功能,1,2,3,4,5,6,7,高音1,2(9 key electronic keyboard assembler, a simple keyboard functions, 1,2,3,4,5,6,7, pitch 1,2)
- 2010-12-09 21:01:41下载
- 积分:1
-
Cooperative-communication
说明: 本书是“移动通信前沿技术系列”之一,全书共分18个章节,主要对协作通信及网络知识作了介绍,具体内容包括空时分集和编码、空时频分集与空时频编码、中继信道及协议、单中继协作通信、多节点协作通信等。全书内容分为三部分,第一部分回顾传统的MIMO系统,介绍空间、时间、频率分集的概念。第二部分主要考虑协作通信物理层的关键问题,并对其提出了行之有效的解决方案,比如针对协作通信的分布式特点,提出分布式空时(频)码;针对协作通信的频谱效率问题,提出了新颖和有效的协作方案。第三部分介绍协作通信对物理层之上的MAC层、网络层及应用层产生的影响,内容涉及如何协作路由,如何通过协作使网络覆盖范围增大,如何延长网络寿命等。(This book is one of the "cutting edge mobile communication technology series". The book is divided into 18 chapters, mainly on cooperative communications and network knowledge and specific content including the empty hours of collection and coding, space-time-frequency diversity and space-time frequency coding, relay channel and protocols, single-relay cooperative communication, multi-node cooperative communications.)
- 2011-03-30 19:56:19下载
- 积分:1
-
tp7-Tp-Filtros
Matlab Filter Implementation
In this section, we will implement (in matlab) the simplest lowpass filter
$displaystyle y(n) = x(n) + x(n-1), n=1,2,ldots,N $
(from Eq.$ ,$(1.1)). For the simplest lowpass filter, we had two program listings:
Fig.1.3 listed simplp for filtering one block of data, and
Fig.1.4 listed a main program for testing simplp.
In matlab, there is a built-in function called filter3.3 which will implement simplp as a special case. The syntax is
y = filter (B, A, x)
where
x is the input signal (a vector of any length),
y is the output signal (returned equal in length to x),
A is a vector of filter feedback coefficients, and
B is a vector of filter feedforward coefficients.
The filter function performs the following iteration over the elements of x to implement any causal, finite-order, linear, time-invariant digital filter:3.4
- 2012-06-05 21:52:24下载
- 积分:1
-
16QAMpics
OFDM系统中16QAM调制下在载波不同时得到的误码率曲线图(Modulation 16QAM OFDM system carrier is not at the same time to get under the BER curves)
- 2013-11-12 17:14:44下载
- 积分:1
-
Draw-gear-tooth-profile-surface
用matlab画出齿轮啮合面的三维模型,用于研究齿轮的啮合特性(Matlab to draw three dimensional models of gear meshing, used to study the gear meshing characteristics
)
- 2013-11-28 17:31:25下载
- 积分:1
-
jiaosulvpipei
捷联式惯性导航的角速率匹配,使用matlab语言编写(Strapdown inertial navigation of angular rate matching
)
- 2014-01-13 15:50:45下载
- 积分:1
-
AGuidetoMATLABforBeginnersandExperiencedUsers
一本介绍在matlab下经典外国书籍,英文版本。(Matlab an introduction at the next classic of foreign books, the English version.)
- 2009-03-20 11:12:30下载
- 积分:1
-
ga
说明: 用matlab实现,用遗传算法解决函数优化问题原代码,求出最优解与迭代次数。()
- 2008-07-05 10:11:11下载
- 积分:1
-
All-phase--correction-method
全相位时移相位差频谱校正法的文章,帮助大家学习。(All phase shift the phase spectrum correction method, article, and help them to learn)
- 2012-04-25 15:30:44下载
- 积分:1