-
3103540_rs_encoder
说明: 参照CCSDS标准的RS编码
交织深度参照CCSDS标准(Refer to the RSS standard of the CCSDS standardInterweaving depth refers to the CCSDS standard)
- 2020-06-16 02:20: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
-
bvp6c
高精度的matlab求微分方程组的边值问题的bvp6
c的解算器,精度高于常用的bvp4c。(bvp6c solver for ode bvps in matlab)
- 2020-07-04 19:20:01下载
- 积分:1
-
椭圆运动
说明: 通过卡尔曼滤波实现对运动轨迹的追踪,里面包含椭圆和圆的(Through the Kalman filter to track the trajectory, which contains ellipses and circles)
- 2021-01-12 21:49:18下载
- 积分:1
-
chang-video-into-image
通过对视频的适当修改,运用matlab软件实现视频图片提取。(chang video into image with matlab)
- 2011-05-01 23:35:10下载
- 积分:1
-
LIM-simulation
LIM simulation in M file and simulink
- 2014-11-13 05:52:34下载
- 积分:1
-
PCM
基于matlab的PCM调制的程序源代码(Based on the matlab source code modulation PCM)
- 2013-05-25 19:29:53下载
- 积分:1
-
cgLineSearch.m
Quadratic interpolation line search with backtracking fallback
- 2012-03-28 02:32:45下载
- 积分:1
-
Optical-simulation
高等光学基础仿真matlab源文件,包含近百个基础M文件(Advanced Optics based simulation matlab source file that contains nearly a hundred basis M-files)
- 2013-05-24 14:47:06下载
- 积分:1
-
sMOG_ChangeUpdateRate_DilationErosion
simulink下封装的混合高斯的s-funcion函数。用于模型模块的搭建。(simulink package under the Gaussian mixture of s-funcion function. The structures used to model the module.)
- 2009-12-13 23:03:31下载
- 积分:1