-
MATLAB-api-master
Convert your MATLAB figures into online plotly graphs with a single line of code:
- 2014-08-15 02:35:57下载
- 积分:1
-
Frequency_Hopped_Spread_Spectrum
frequency modulation concerning FCN in communication systems
- 2012-09-04 03:01:19下载
- 积分:1
-
registration_cross_correlation
registrationimage by cross correlation
- 2010-01-04 20:32:20下载
- 积分:1
-
Understanding-Star-Grounding
Understanding Star Grounding
- 2014-09-08 14:05:29下载
- 积分:1
-
multi-tracking-01.ps
kalman filter algorthim for tracking
- 2012-08-24 15:07:49下载
- 积分:1
-
FinalDSIPAPROrdinary
The DSI method is
basically a modified SLM method. The additional aspect of
the DSI method is to add M-bits dummy sequences to the
original sequence in order to reduce the PAPR. Where, the
dummy bits are inserted at the end of the data sequence (y).
Next, after IFFT, we select the M-DSI sequence having the
lowest PAPR.
- 2013-10-17 19:32:16下载
- 积分:1
-
my1ekf
很好的EKF算例,自己写的哦,计算结果跟matlab工具箱计算结果一样(good code for EKF)
- 2013-04-19 11:33:52下载
- 积分:1
-
hvdc
hvdc converter circuit used in the 12 pulse
- 2013-11-19 23:40:43下载
- 积分: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
-
readhtk
matlab编写的程序,读入HTK文件的参数(Matlab prepared by the procedure of reading the paper the parameters HTK)
- 2007-03-28 21:22:08下载
- 积分:1