搜索资源列表
fuzzy_pid
- 介绍了模糊控制pid的一边编程思想,并给出了matlab的调用命令-Describes the fuzzy control pid side programming ideas, and gives the call to the command matlab
MatlabCSharpBook
- 基于matlab编程,仿真。matlab编程百例有助于熟悉matlab基本编程命令,最好成为编程高手。小数据量法求lyapunov指数源程序,可以减轻做混沌控制与同步研究的编程苦恼。-Matlab-based programming, simulation. 100 cases of familiar programming matlab help matlab command of basic programming, preferably as a programming expert. M
CommandDemo
- 功能:本程序演示MATLAB常用命令的基本操作 用法:运行该程序后,切换到命令窗口,按提示进行操作 -Function: This procedure commonly used MATLAB command demonstrate the basic operation Usage: Run this program, the switch to the command window, according to instructions
psotoolbox
- psotoolbox Installation: -Unzip and copy the files to a folder (directory). -Add the path to Matlab. (File>Set Path>Add with Subfolders) -Read help for get_psoOptions.m and pso.m (enter help get_psoOptions at command line) -Run PS
conv
- 调用MATLAB命令conv()函数,编写离散信号卷积和的通用程序dconv( )-Call the MATLAB command conv () function, the preparation of discrete signal convolution and the general program dconv ()
sconv
- 调用MATLAB命令conv()函数,编写连续信号卷积和的通用程序sconv( )-Call the MATLAB command conv () function, the preparation of continuous signal convolution, and the general program sconv ()
pivmat2.00
- The PIVMat Toolbox for Matlab contains a set of command-line functions to import, post-process and analyse 2D vector fields from LaVision s DaVis PIV (particle image velocimetry) software
MATLAB
- matlab 常用命令流,让您的开发变得更加轻松- matlab Commonly used command flow, let your development become more relaxed
matlab
- 数字信号处理中用到的相关matlab命令,卷积计算,离散傅里叶变换-Digital signal processing used in the relevant matlab command convolution calculation, the discrete Fourier transform
gaibian
- 本程序为丰度分解程序,matlab书写。输入为观察数据,端元。可以计算丰度,同时计算光谱角距离和均方根误差-this program is suitable for the decomposition of Abundance.it can also compute the SAD and RMSE.if you want to use it ,you should load your data using matlab command load .
STBC_sim
- The channel estimation algorithm is based on a subspace approach. The method works only for identifiable STBCs (excluding >=1-rate STBCs). See publication [1] for more detail about the algorithm and the identifiability conditions. The zip file con
matlab-command
- matlab命令大全,对编写m文件有较大帮助-matlab command Guinness, the preparation of great help m file
matlab
- matlab各种文件读取命令,及各种画图命令和一些附加指令-some basic command of matlab,like read command and so on.
SOR
- 逐次超松弛迭代法解线性方程组的matlab命令程序-SOR iterative method for solving linear equations matlab command program
Matlab-EMD工具箱
- 1、首先下载emd工具箱,50楼网址里面可以下。下载后解压放在matlab的work工作路径下package_emd文件夹。 2、打开matlab,选择File- Set Path- Add with Subfolders-你刚才下载的工具箱(package_emd)点进去- Save- Close。 3、此时选择work下package_emd文件夹作为工作路径,即是C:\Program Files\MATLAB\R2010a\toolbox\package_emd。 4、在Command W
example CDMA
- This code show a example of a simple CDMA protocol, you cand send a message in bits, with a certain key and see the codification and decodification in the matlab command promt.
Rotor thrust calculator
- 该算法适用于各种转子采用无刷直流电机和ESC(显然)。 特别是本程序只适用与串口通信准备Arduino电路板。 你可以如果你没有Arduino开发板改变最初的声明。 从实际电机/转子u计算,必须有一个微控制器,将获得MATLAB命令,并将命令发送到特定的引脚上的ESC电机连接。请注意,引脚必须是一个PWM能力。(The algorithm is suitable for the use of Brushless DC motor and ESC (obviously) for variou
matlab
- matlab命令模拟大全,和三维重建的相关命令。(Matlab command simulation)
MPC MATLAB CODE
- A scr ipt + SIMULINK FILE TO COMMAND A TWIN ROTOR MIMO SYSTEM USING MPC METHOD
STFT
- 目前的代码是一个matlab函数,它提供给定信号x[n]的短时傅立叶变换(stft)。该函数是matlab命令“光谱图”的一个替代项。功能输出为: 1)一个具有复杂stft系数的矩阵,该矩阵具有跨列时间和跨行频率; 2)频率矢量; 3)时间矢量。 为了阐明函数的用法,给出了一个示例。为了方便起见,输入和输出参数在函数的开头给出。(The present code is a Matlab function that provides a Short-Time Fourier Transfor