-
NLMSarticle
改进的归一化LMS算法文章,即改进的NLMS论文(Improved normalized LMS algorithm article, that paper improved NLMS)
- 2010-11-01 11:15:19下载
- 积分:1
-
simulation-of-Diversity-and-MIMO
说明: 发送接收分集以及MIMO的仿真代码,非常简练,一看便会!(Send and receive diversity and MIMO simulation code is very concise, look, you will!)
- 2011-02-26 17:34:55下载
- 积分:1
-
LTE_conv_coder
these code implement convolutional coder and decoder used in LTE mobiles. this code used in 4G mobiles release 8.
- 2013-12-13 20:18:55下载
- 积分:1
-
NonlinearIntegerProgrammingMatlabGeneticAlgorithmP
本程序是基于非线性整数规划的遗传算法所编写的Matlab程序(This procedure is based on the non-linear integer programming genetic algorithm written Matlab program)
- 2009-03-16 08:59:06下载
- 积分:1
-
conversion_gui
function ret = Int2Hex(var)
Prints integer array to hexadecimal string
varType = class(var)
cast signness away:
if ( u ~= varType(1) )
varType = [ u varType]
var = typecast(var,varType)
end
nBits = str2double(varType(5:end))
if (64 == nBits)
split 64 bit case into two 32 s
cuz dec2hex doesn t handle 64 bit...
varType(5:end) = 32
var = typecast(var,varType)
end
ret = dec2hex(var)
if (64 == nBits)
littleEndian = all(typecast(uint32(1), uint16 )==[1 0])
first = 1 + littleEndian
second = 2 - littleEndian
ret = [ret(first:2:end,:),ret(second:2:end,:)]
end
end
- 2010-07-30 09:39:56下载
- 积分:1
-
bifhenon
Bifurcation Diagram of Henon map
- 2013-01-09 14:38:09下载
- 积分:1
-
jiyinjiance20070407
1. 对给定语料估计其基音周期。
要求用MATLAB语言实现有关基音检测算法,并给出检测结果。2. 实验语料:aoYiSheng.raw
发音:“茅以升”;时长0.9s;采样率:8kHz;量化精度为16bits/sample;数据格式 LSB,MSB分析帧长:20ms(160样点)总帧数:45(1. Corpus right to set its estimated Pitch. Asked to use MATLAB the pitch detection algorithm, and gives results. 2. Experimental corpus : aoYiSheng.raw pronunciation : "Mao Yisheng"; Time-0.9s; Sampling rate : gunfire; 16bits/sample accuracy of quantification; LSB data format, MSB analysis frame size : 20ms (160 samples) total frame count : 45)
- 2007-05-14 16:27:02下载
- 积分:1
-
zy
说明: (本科生课程设计)主要实现的功能是设计一个恒压恒频正弦波逆变电源,具体参数如下:单相交流输入220V/50Hz,输出单相交流电压110V/50Hz,THD<5 ,负载为一般的阻感负载,功率1500W。利用matlab中simulink实现仿真功能。(The main functions of the (undergraduate curriculum design) is designing a constant voltage constant frequency sine wave inverter, specific parameters are as follows: single-phase AC input 220V/50Hz, output single-phase AC voltage 110V/50Hz, THD < 5 load general resistance inductive load, power 1500W. Matlab in simulink simulation capabilities.)
- 2013-01-29 09:45:19下载
- 积分:1
-
00725225
IEEE PAPER FOR ME MTECH STUDENTS COMPUTER SCIENNCE
- 2013-10-04 18:13:44下载
- 积分:1
-
integdiff-matlab
matlab微积分讲义ppt,包括算法,程序等很多不错的咚咚,可以学习一下(Matlab calculus overhead ppt, including algorithms, procedures and many other good joyous, we can learn from this)
- 2006-09-16 10:15:35下载
- 积分:1