-
CDMA4
CDMA4用户仿真 现代通信系统 matlab(CDMA4 users of modern communication systems simulation)
- 2009-06-05 23:47:26下载
- 积分:1
-
2D_Mesh_Generator
Generates 2d triangular mesh
- 2012-06-07 19:15:48下载
- 积分:1
-
cannyedge10
在matlab环境下开发的图像边缘检测代码,用cannye算子实现其功能。(Matlab environment in the development of image edge detection code used cannye operator achieve its function.)
- 2007-06-06 06:26:59下载
- 积分:1
-
s-functiopn--1
simulink s函数的模板及编写步骤(the simulink s function template and write steps)
- 2013-01-25 13:48:03下载
- 积分:1
-
CoursSYS824
THIS PROGRAMME IS A SOLUTION OF AN EXERCICE OF THE BOOK OF ROBOTICS OF CRAIG.
- 2013-10-11 09:36:00下载
- 积分:1
-
控制系统仿真
说明: 基于LQR方法的风电机组变桨距控制的动态建模与仿真分析
模型搭建完成,功率跟踪效果良好(Dynamic modeling and simulation analysis of wind turbine pitch control based on LQR method
The model is built and the power tracking effect is good)
- 2020-05-18 16:14:38下载
- 积分:1
-
chp2ex1gui
GUImatlab程序负载的特性变化导致电源功率变化的不同(GUImatlab program characteristics of the load changes lead to changes in the different power supply
)
- 2011-11-26 00:10:17下载
- 积分:1
-
FEM
提供一种计算杆件内力和位移的matlab有限元算法(A finite element method for calculating the internal force and displacement of the bar provided.)
- 2018-04-27 21:19:26下载
- 积分:1
-
层次分析法
说明: 通过使用matlab,对层次分析法进行求解,从而进一步确定权重,更快的解决问题。(By using matlab, the analytic hierarchy process (AHP) is solved to further determine the weight and solve the problem more quickly.)
- 2019-04-18 08:56:05下载
- 积分:1
-
MIC
function minestats = mine(x, y, alpha, c)
% MINE Maximal Information-based Nonparametric Exploration
%
% Returns a struct containing MIC, MAS, MEV, MCN (eps=0) and
% MCN_GENERAL (eps=1-MIC).
%
% MINESTATS = MINE(X, Y, ALPHA, C) computes the MINE statistics
% between X and Y. X and Y must be row vectors of size n.
% Alpha is the exponent in B(n) = n^alpha and must be in (0, 1.0].
% Parameter c determines how many more clumps there will be than
% columns in every partition and must be > 0.
%
% MINESTATS = MINE(X, Y, ALPHA) computes the MINE statistics
% between X and Y. Default value of c is 15.
%
% MINESTATS = MINE(X, Y) computes the MINE statistics
% between X and Y. Default value of alpha is 0.6 and default value
% of c is 15.
%
- 2022-01-21 18:03:51下载
- 积分:1