-
ABC2SC
This function transforms a three-phase unbalanced phasor into its
symmetrical components.
The Three phasors can be expressed in a one column array in rectangular
complex form or in a two column array in polar form, with 1st column
magnitude and 2nd column phase angle in degree.
The function returns the symmetrical components in rectangular form.
The function plots the original unbalanced phasors and the
symmetrical components.
- 2014-10-07 14:31:22下载
- 积分:1
-
Logging-data-processing-matlab
对测井数据进行绘图显示计算相关的一些参数,比如孔隙度,渗透率,可动油含量等(The logging data are drawing related to calculate some parameters, such as porosity, permeability, movable oil content, etc)
- 2021-03-01 19:29:34下载
- 积分:1
-
adc2-2
A simple ASK, PSK and FSK codings
- 2010-08-30 15:48:52下载
- 积分:1
-
Check2Precision
对测量专业中不同时期观测的数据进行精度是否相同进行统计检验(The measurement data of observation in different periods in the professional statistical test accuracy are the same
)
- 2014-09-29 14:47:03下载
- 积分:1
-
Nonlinear-time-series
一本关于非线性时间序列分析的书籍,本来论坛有人上传过,但不能下载了。(One on nonlinear time series analysis of books,Originally it was uploaded, but can not download)
- 2013-10-06 15:46:27下载
- 积分:1
-
protocol_HEED
this i sHeed Protocol for wireless sensor network
- 2012-09-20 09:22:21下载
- 积分: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
-
db2
代码主要计算Daubechies紧支集滤波器系数L0_d和H1_d,然后采用这两个系数对信号进行小波分解(The main calculation code compactly supported Daubechies filter coefficients L0_d and H1_d, then the use of these two coefficients of wavelet decomposition signals)
- 2009-06-08 12:26:08下载
- 积分:1
-
bpsk-2x1--2x2--4x4--a-8x8
Using BPSK modulation scheme,in MIMO system, alamouti code & both OSTB code for a rayleigh fading channel .
for 2*1, 2*2, for 4*4, for 8*8
- 2013-10-07 22:19:32下载
- 积分:1
-
2
说明: Le filtre de Gabor applique une fonction qui est une sinusoï de modulée par une fonction gaussienne. Il a en traitement d’image une fonction de détection de contours (ou de traits). Ce plugin prend en paramètre: la longueur d’onde (en pixel), et l’orientation (en degrés). Il utilise aussi une enveloppe.
- 2012-12-31 17:43:02下载
- 积分:1