-
ranqilunji
燃气轮机matlab模型,相信会对研究微网的同学有帮助。(matlab generator)
- 2021-04-17 12:18:52下载
- 积分:1
-
SHUIXIANG
一个简单的二阶水箱控制系统,采用了先进的串级控制器,实现了水位的控制(A simple second-order water tank control system, using advanced cascade controller, to achieve a level of control)
- 2011-10-23 12:57:27下载
- 积分:1
-
PathPlanning-master
说明: 机器人路径规划,利用MATLAB编写代码仿真实现(Robot path planning, using matlab code simulation)
- 2021-04-20 15:53:40下载
- 积分:1
-
dsp618
利用频率采样设计法设计线性相位FIR低通滤波器,画出h(n)、幅频响应、相频响应(Design of frequency sampling design method using a linear phase FIR low-pass filter, draw h (n), frequency response, phase frequency response )
- 2011-12-11 10:41:05下载
- 积分:1
-
chapter26
1 联合开发网 - pudn.com
- 2016-04-27 11:49:06下载
- 积分:1
-
matlab
matlab 批量载入数据(matlab load data )
- 2013-12-13 22:02:19下载
- 积分:1
-
Harmonic-constant-analyse
采用最小二乘法,对水位数据进行调和分析。可同时处理多个站点的水位调和分析,站点个数不限,在输入文件中可更改分潮个数。(Least squares method, the water level data for harmonic analysis. Can simultaneously handle multiple sites water harmonic analysis, number of sites not limited to, change in the input file, the number of sub-tidal.)
- 2011-09-22 19:27:27下载
- 积分:1
-
ray-trace-matlab-code
程序用matlab编写的三层介质射线追踪,可以绘制射线的路径,也可以显示波形~(using matlab make three layer medium ray tracing program , can draw the path of rays, can also display waveform ~
)
- 2021-01-13 11:48:48下载
- 积分:1
-
ip01
现代通信系统(matlab版本)第二版,第一章的第一个例题程序.(Modern communication systems (matlab version) second edition, the first chapter of the first Example program.)
- 2009-11-09 11:57:08下载
- 积分:1
-
EM_GM
% EM algorithm for k multidimensional Gaussian mixture estimation
%
% Inputs:
% X(n,d) - input data, n=number of observations, d=dimension of variable
% k - maximum number of Gaussian components allowed
% ltol - percentage of the log likelihood difference between 2 iterations ([] for none)
% maxiter - maximum number of iteration allowed ([] for none)
% pflag - 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none)
% Init - structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none)
%
% Ouputs:
% W(1,k) - estimated weights of GM
% M(d,k) - estimated mean vectors of GM
% V(d,d,k) - estimated covariance matrices of GM
% L - log likelihood of estimates
%( EM algorithm for k multidimensional Gaussian mixture estimation Inputs: X (n, d)- input data, n = number of observations, d = dimension of variable k- maximum number of Gaussian components allowed ltol- percentage of the log likelihood difference between 2 iterations ([] for none) maxiter- maximum number of iteration allowed ([] for none) pflag- 1 for plotting GM for 1D or 2D cases only, 0 otherwise ([] for none) Init- structure of initial W, M, V: Init.W, Init.M, Init.V ([] for none) Ouputs: W (1, k)- estimated weights of GM M (d, k)- estimated mean vectors of GM V (d, d, k)- estimated covariance matrices of GM L- log likelihood of estimates)
- 2008-04-27 15:51:27下载
- 积分:1