-
equalizer
自适应滤波器的实现:包括信号的产生,最优系数的求解等等。(The implementation of adaptive filter, including the signal generation. solve the optimal coefficients and so on.)
- 2009-03-13 16:33:47下载
- 积分:1
-
matlabfunctionsandcommands
matlab的函数及指令。最全的指令集和函数集。(matlab functions and commands. The most complete instruction set and function set.)
- 2009-12-12 10:32:31下载
- 积分:1
-
currentelementusingMatlab
用MATLAB语言实现电流源立体方向图的绘制(MATLAB language with the direction of the current source three-dimensional mapping)
- 2010-05-19 23:48:24下载
- 积分:1
-
journals
Part I presents the fundamental concepts andMATLAB programs for simulation of wireless
channel modeling techniques, including large-scale fading, small-scale fading, indoor and
outdoor channel modeling, SISO channel modeling, and MIMO channel modeling.
- 2012-02-14 19:30:35下载
- 积分: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
-
guoouhe
此程序分析微环在过耦合情况下的性能,这是在无损情况下进行的(This program micro ring in performance coupled case, this is the lossless case)
- 2012-09-03 17:30:46下载
- 积分:1
-
06502755
Discrimination Between Internal Faults and Other
Disturbances in Transformer Using the Support
Vector Machine-Based Protection Scheme
- 2014-01-22 11:50:52下载
- 积分:1
-
dingwei
无线传感器网络中的三边定位法和极大似然估计法定位,以及二者的误差分析(Wireless sensor networks trilateral positioning method and maximum likelihood estimation positioning, and error analysis of both)
- 2010-07-23 16:04:37下载
- 积分:1
-
assignment_4_q4
guassian filtering used in DIP
- 2011-04-19 13:46:09下载
- 积分:1
-
Simulation2
equalization in communication
- 2011-06-20 01:59:08下载
- 积分:1