-
2ASK
说明: 不用matlab里面的函数,自己写出来的2ASK的仿真程序,加入了白噪声,经过滤波后的波形有些变形,可能是滤波器的原因。仅供参考。(inside Matlab not a function of their 2ASK written by the simulation program, joined the white noise, filtered waveforms after some deformation, the filter may be reasons. For reference purposes only.)
- 2006-01-01 19:28:18下载
- 积分:1
-
clock
matlab语言开发的钟表程序,能够实时显示时间日期等信息(watch matlab language development program, able to display information such as time and date)
- 2010-05-13 08:48:31下载
- 积分:1
-
rayleigh_fading_channel_sim.zip
这是关于瑞利衰落信道的matlab仿真程序(on Rayleigh fading channels Matlab simulation program)
- 2007-03-14 15:55:20下载
- 积分:1
-
Order-forecast
灰色神经网络的预测算法,订单需求预测,matlab的经典算法(Gray neural network prediction algorithm, order demand forecasting, matlab classical algorithm)
- 2013-10-19 23:53:40下载
- 积分: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
-
GA_3_1
这是一个视频文件,它是关于遗传算法多目标优化的视频(This is a video file, it is about multi-objective genetic algorithm to optimize the video)
- 2009-06-08 18:51:23下载
- 积分:1
-
Edge_preserving_smoothing(1)
Edge_preserving_smoothing ofdm
- 2011-05-29 16:08:43下载
- 积分:1
-
BCJL1
bcjr algorithm wihich is ised for decoding convolutional encoder
- 2012-06-04 18:36:35下载
- 积分:1
-
LS_SVM
最小二次支持向量机的matlab工具箱_LS_SVM,请试用(Minimum secondary support vector machine matlab toolbox _LS_SVM, please try)
- 2014-10-22 13:31:07下载
- 积分:1
-
loadFileY4m
code for load video in matlab
- 2013-08-15 05:39:30下载
- 积分:1