-
VCO_best_feedback_Ideal
压控振荡器设计过程的数字计算,无源器件参数(useful programe for the designning of VCO for passive paraameter culculation.)
- 2011-04-21 20:55:40下载
- 积分:1
-
COOFDM
一个相干光OFDM系统范例,其中包括频偏补偿、信道估计即色散补偿、相差估计、误码率计算等等。(A coherent optical OFDM system paradigm, including frequency offset compensation, channel estimation, namely the dispersion compensation, a phase difference estimation and error rate calculation, and so on.)
- 2015-10-22 11:13:11下载
- 积分:1
-
Slide_Window_Ma
使用matlab程序,应用滑动窗口的方法,求解马氏距离(Sliding window Mahalanobis distance solution)
- 2017-06-11 10:11:50下载
- 积分:1
-
daima
说明: 随机信号谱分析技术实现 随机信号谱估计及质量评价。
离散随机信号通过线性时不变系统时,系统所产生的响应。
功率谱估计的实现方法:自相关函数法、周期图法、Bartlett法、Welch法、MTM法、MUSIC法
(Random signal spectral analysis of random signal spectral estimation and quality evaluation. Discrete random signals through linear systems, the system generated response. Realization of the power spectrum estimation: autocorrelation function, periodogram, Bartlett law, Welch method, MTM method, MUSIC method)
- 2010-04-09 14:21:01下载
- 积分:1
-
QAM16_demapper
this is code for qam modulation and demodulation
- 2012-04-02 23:39:32下载
- 积分:1
-
godwinmyfilemusic
DOA估计的MUSIC算法,简洁有效,经过测试,修改后可以用于多阵元,多信号,多峰值判读(doa estimatiom by music method,good and simple)
- 2014-09-27 21:48:28下载
- 积分: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
-
files
matlab files for creating signal
- 2012-08-07 16:19:07下载
- 积分:1
-
Newton
this is m file distribiution
- 2013-09-20 11:57:38下载
- 积分:1
-
mohutuili
使用模糊推理对锅炉故障进行检测,代码可运行(Using fuzzy inference boiler fault detection, code can be run)
- 2013-12-20 16:50:13下载
- 积分:1