-
channel_jxy
说明: 无线通信工程仿真中用到的信道模型,适用于MIMO-OFDM仿真。(wireless communications engineering simulation used in the channel model, applied to MIMO-OFDM simulation.)
- 2006-05-14 14:43:28下载
- 积分:1
-
moshifenlei
经典书籍《模式分类》杜达编写,包含了其中所有的算法的MATLAB代码,有助于大家对算法的学习。(Classic books " classification" Duda preparation, which contains all of the algorithm MATLAB code, help you learn the algorithm.)
- 2013-07-12 08:53:26下载
- 积分:1
-
ISAE
optical code recognition
- 2014-11-29 13:58:28下载
- 积分:1
-
matlab下的HalfBridgeMMC系统模型power_HalfBridgeMMC
matlab下的HalfBridgeMMC系统模型,对于初学者很有帮助,建议大家多多交流,互相帮助(The HalfBridgeMMC system model under matlab is very helpful for beginners. It is recommended that you exchange more and help each other.)
- 2020-07-20 09:58:46下载
- 积分:1
-
MOM
矩量法经典书籍,word版本,计算电磁学经典算法。(Method of Moments classic books, word version, computational electromagnetics classic algorithms.)
- 2011-09-02 21:11:18下载
- 积分:1
-
CH3-Source-Seeking
《Extremum seeking control and
applications》
第三章实例代码(Extremum seeking control and
applications
code of the third chapter )
- 2014-11-03 13:05:57下载
- 积分:1
-
mppteva
mppt算法用于太阳能最大功率点的跟踪,感觉不错(mppt algorithm for tracking the maximum power point, I feel good)
- 2014-03-02 11:09:26下载
- 积分:1
-
NEW-LEACH-matlab.txt
对经典协议LEACH的改进版本,可以出图3个,对初学很有帮助,大家有兴趣的可以看看。(LEACH agreement on an improved version of the classic, you can plot three, very helpful for beginners, we are interested can look at.)
- 2014-01-20 17:22:06下载
- 积分:1
-
Tally
一个简单的记账软件,重点在于使用c++与MATLAB混编,使用MATLAB做图,对记账数据进行分析(A simple accounting software, with emphasis on the use of c++ and MATLAB mixed, use MATLAB to do maps, analysis of accounting data)
- 2009-02-21 13:05:12下载
- 积分: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