-
2011PANC
里面有四个程序,关于物理层网络编码编码和模拟网络编码ANC的matlab仿真代码(There are four procedures,Matlab simulation code on the physical layer network coding, coding and analog network coding ANC)
- 2021-01-12 17:18:48下载
- 积分:1
-
DBF_oneANDtwo
仿真数字波束形成(一维数字波束形成仿真和二维数字波束形成仿真)(Simulation of digital beamforming (one-two dimensional digital beamforming simulation))
- 2021-03-09 20:09:27下载
- 积分:1
-
CHAP4_1
说明: 神经网络实现PID功能的源程序 用MATLAB直接运行就可以 可作学习用!(PID neural network function in MATLAB source code used to run directly on the study can be used!)
- 2009-07-31 19:50:49下载
- 积分:1
-
matlab
基于matlab的声音信号采集,分析处理,包括声卡采集,及浏览系统文件(Based on matlab voice signal acquisition, analysis and processing, including card acquisition, and browse system files)
- 2014-01-04 18:01:50下载
- 积分: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
-
matlab_help
这是一本很少见的中文matlab帮助手册,特别对于点运算等入门级知识进行了详解,大家共享吧!(This is a very rare Chinese matlab help manual, particularly for entry-level point of computing, such as the detailed knowledge, share it!)
- 2008-06-02 14:00:35下载
- 积分:1
-
MATLAB
说明: 熟练掌握MATLAB在分析通信系统方面的应用。学会应用MATLAB设计与分析一个跳频扩频通信系统。(Proficiency in MATLAB in the analysis of communication system applications. Institute of Applied Design and Analysis of MATLAB a frequency-hopping spread-spectrum communication systems.)
- 2008-09-09 20:06:44下载
- 积分:1
-
HengXiang1
采用自适应均衡中的LMS算法进行仿真,并实用30个抽头的横向均衡器结构,面向新手的Matlab仿真(The LMS adaptive equalization algorithm simulation and practical transverse equalizer structure 30 taps, for novice Matlab simulation)
- 2014-02-10 18:10:41下载
- 积分:1
-
StdCellPlacementTool
StandardCell Placement Tool Using Graph Theory
- 2014-02-20 22:29:09下载
- 积分:1
-
Illumination-intensity-model
文件中包含一个用matlab simulink搭建的光照强度模型和一个画出不同月份某一天光照强度随时间变化曲线图的matlab脚本程序。(File contains a model of the light intensity with matlab simulink to build and a month to draw different light intensities a day versus time graph matlab script.)
- 2017-01-11 17:30:14下载
- 积分:1