-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
zf
说明: v-blast结构的迫零检测 无干扰消除和理想干扰消除对比(v-blast ZF )
- 2013-12-14 21:22:52下载
- 积分:1
-
ldl_eig
ldl分解,科教版 数值分析于科学计算 北京工业大学研究生精品课程(LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
)
- 2012-03-26 18:43:55下载
- 积分:1
-
GnssAllan
计算阿兰方差,为matlab计算阿兰方差函数(Allan variance)
- 2012-04-28 13:31:37下载
- 积分:1
-
S665_PLL3_14a
说明: 三相PLL锁相环的闭环系统仿真模型,仿真并分析三相输入信号包含谐波、不平衡、负序和直流偏移时锁相环的锁相结果(Closed-loop system simulation model of three-phase PLL phase-locked loop,Simulation and analysis of phase-locked loop results when three-phase input signals include harmonics, unbalance, negative sequence and DC offset)
- 2020-11-19 22:29:37下载
- 积分:1
-
Chapter_14
波形信道的仿真,主要是多径衰落包括了散射模型和离散模型(Channel waveform simulation, mainly multipath fading include scattering model and the discrete model)
- 2007-11-27 22:28:53下载
- 积分:1
-
LIGHT_3_16F84A
This project is the I build to remote control my bulb at home.
- 2014-08-20 23:52:59下载
- 积分:1
-
as
说明: 基于MPLS的微观移动性管理协议模拟分析(MPLS-based micro-mobility management protocol simulation)
- 2010-04-07 21:10:20下载
- 积分:1
-
mplab
Learn how to install and use MPLAB ICD2 and MPLAB IDE in your computer
- 2010-07-24 19:45:17下载
- 积分:1
-
gabormask
Gabor-function convolution masks are increasingly used in image processing and computer vision. This function simply computes the cosine and sine masks for a given width, period and orientation. The masks returned are properly normalised.
It is not highly optimised - e.g. the symmetries are not used to reduce the computation.
It is recommended that convolutions with these masks are done using CONVOLVE2 (available from Matlab File Exchange) to take advantage of their low rank.
(Gabor-function convolution masks are increasingly used in image processing and computer vision. This function simply computes the cosine and sine masks for a given width, period and orientation. The masks returned are properly normalised.
It is not highly optimised- e.g. the symmetries are not used to reduce the computation.
It is recommended that convolutions with these masks are done using CONVOLVE2 (available from Matlab File Exchange) to take advantage of their low rank.
)
- 2007-11-27 10:05:47下载
- 积分:1