-
ecgArrhythmiasTools
ecg arrhythmias, filters signals bio
- 2009-12-04 08:35:29下载
- 积分:1
-
CR_simulink
认知无线电能量检测simulink模型,对新手会有一些帮助(Simulink model of cognitive radio energy detection, there will be some help for novice)
- 2010-12-24 10:16:25下载
- 积分:1
-
Super_Mario
经典游戏超级马里奥,matlab *.m文件,已经验证可以正确运行并出现图形界面。(Classic game Super Mario matlab m file. It has been verified to run correctly and the graphical interface emerged.)
- 2013-01-15 20:07:40下载
- 积分:1
-
Model
model using matlab simulink
- 2015-03-20 18:51:12下载
- 积分: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_nrs
是关于空时编码的nrs
,给出了Matlab程序实现,希望有借鉴意义。
(on space-time coding nrs given Matlab program, with the hope of reference.)
- 2006-09-14 07:41:05下载
- 积分:1
-
Simulink-modeling--example-
这是一本MATLAB/simulink基础学习资料。(This is a MATLAB/Simulink-based learning information.)
- 2012-05-28 17:41:04下载
- 积分:1
-
elnaz
signal separation for comunicaion
university project
- 2013-12-28 21:58:17下载
- 积分:1
-
Filer_Sample_Para
只要输入信号的中心频率和带宽,自动生成带通滤波器采样率、信号保护带、采样率误差容限(Just enter the center frequency and bandwidth of the signal, automatically generated bandpass filter sample rate, signal protection zone, the sampling error margin rate)
- 2013-11-28 22:07:59下载
- 积分:1
-
resolution
一个基于单幅低分辨率彩色图像的超分辨率重建程序(A super-resolution reconstruction program based on single low-resolution color images)
- 2020-11-10 21:09:45下载
- 积分:1