-
boderesp
where M is a model object (IDMODEL, IDPOLY, IDSS, IDFRD, or IDGREY).
MAG is the magnitude of the response and PHASE is the phase (in degrees).
W is the vector of frequencies for which the response is computed. These
can be specified by [MAG,PHASE,W] = BODERESP(M,W). The frequency unit is
angular frequency (rad/s or rad/M.TimeUnit).
Only frequencies up to the Nyquist frequency are considered.
- 2015-02-13 17:25:54下载
- 积分:1
-
elm_kernel
ELM 极限学习机的核函数 MATLAB程序,用于深入研究和改进极限学习机(Kernel MATLAB program ELM Extreme Learning Machine for further research and improvement Extreme Learning Machine)
- 2021-04-01 13:59:08下载
- 积分:1
-
LMSduixiao
各种LMS算法程序各种LMS算法程序各种LMS算法程序(lms suanfa and so on)
- 2014-01-12 18:09:53下载
- 积分:1
-
STATCOM-HysteresisCurrentControl-Technique
This is the matlab simulation of STATCOM using Hystersis control Technique
- 2011-12-16 03:16:16下载
- 积分:1
-
getCOT
阶比分析文件。特别适合对数据进行处理,特别别是信号处理。(Order analysis files. Particularly suitable for data processing, signal processing is not particularly.)
- 2021-04-07 15:29:02下载
- 积分:1
-
wavelet
matlab下的小波消噪源程序,能较好的对非平稳信号进行滤波消噪(matlab source code under the wavelet denoising can be better to filter the non-stationary signal denoising)
- 2010-06-09 18:48:04下载
- 积分: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
-
cma_16QAM_blind_equalization
此代码产生一个16QAM信号,通过高斯白噪声信道后,对其使用常模盲均衡算法,最后输出星座图和收敛图。(This code generates a 16QAM signal, through the white Gaussian noise channel, the norm for its use of blind equalization algorithm, the final output constellation map and the convergence plan.)
- 2008-06-25 21:57:39下载
- 积分:1
-
ekf
一个电机的卡尔曼滤波程序,在MATLAB软件下仿真(A motor Calman filtering procedures, simulation in MATLAB software)
- 2015-03-06 13:38:51下载
- 积分:1
-
discrete-point-cloud-processing
离散点云处理的关键技术研究:包括数据处理、误差评定、离散点数据处理与分块操作。(Research on Key Technologies of discrete point cloud processing: including data processing, error uation, discrete point data processing and block operation.)
- 2016-11-22 20:10:07下载
- 积分:1