-
FOChS
说明: matlab程序模拟微分方程。各种流行的系统显示混沌运动特征。(This toolbox contains the functions which can be used to simulate some of the well-known fractional order chaotic systems, such as:
- Chen s system,
- Arneodo s system,
- Genesio-Tesi s system,
- Lorenz s system,
- Newton-Leipnik s system,
- Rossler s system,
- Lotka-Volterra system,
- Duffing s system,
- Van der Pol s oscillator,
- Volta s system,
- Lu s system,
- Liu s system,
- Chua s systems,
- Financial system,
- 3 cells CNN.
The functions numerically compute a solution of the fractional nonlinear differential equations, which describe the chaotic system. Each function returns the state trajectory (attractor) for total simulation time. )
- 2010-05-01 03:35:42下载
- 积分:1
-
直流无刷电机 转速、电流双闭环控制simulink 模型BLDC three pwm on
直流无刷电机 转速、电流双闭环控制simulink模型,做的还是比较好,希望对大家有帮助(Brushless DC motor speed and current double closed loop control simulink model, or to do better, we hope to help)
- 2020-07-17 11:28:49下载
- 积分:1
-
image hashing
图像哈希是用来增强图像质量。散列提高图像的像素值。哈希函数是可用于将任意大小的数据映射为固定大小的数据的任何函数。哈希函数返回的值称为哈希值,即哈希代码
- 2022-03-17 07:55:28下载
- 积分:1
-
卷积码硬判决
function decoder_output=viterbi_hard(y,L)
global G;
n=size(G,1);
K=size(G,2);
number_of_states=2^(K-1);
%------------------------------------------------
%-------------生成各分支的输出--------------------
%------------------------------------------------
for j=0:number_of_states-1
for t=0:1
[next_state,memory_contents]=next_state_fun(j,t,K);
input(j+1,next_state+1)=t;
branch_output=rem(memory_contents*G",2);
nextstate(j+1,t+1)=next_state;
- 2022-04-08 05:25:52下载
- 积分:1
-
PIDmatlab
先进PID控制及Matlab仿真(第二版)PID,(advanced PID control and Matlab (2nd Edition) PID,)
- 2007-07-09 10:56:23下载
- 积分:1
-
HSDCTcode
心音信号的DCT域变换压缩编码,LLoyld最佳量化与霍夫曼编码,利用心电R波进行分帧,在不到1 左右失真度的情况下达到了6.0以上的压缩比(Heart sound signals on DCT transform coding, LLoyld optimal quantization and Huffman coding, the use of ECG R wave sub-frame, less than about 1 in the case of distortion to achieve a compression ratio of more than 6.0)
- 2013-07-27 10:20:40下载
- 积分:1
-
DTPathPlan
基于距离转换的栅格地图路径规划方法,DT方法是从目标位置反向搜索路径。在栅格化环境中,从目标位置开始的距离传播视为一个波(wave front)沿空闲栅格传播。对于环境中任意给定的起始点,其到目标点的最短路径可通过使用最速下降法搜索而得到。(Raster map conversion path planning approach based on distance, DT reverse the search path from the target location. Distance from the target location in the grid environment, spread as a wave (wave front) along the idle grid dissemination. Starting point for any given environment, the shortest path to the target point by using the steepest descent method of searching.)
- 2012-07-16 21:50:10下载
- 积分:1
-
lpc
this is a matlab code for linear predictive coder
- 2012-09-25 09:50:23下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1
-
ERA-Modal
ERA模态参数提取方法,根据特征参数提取(MOdal ERA method)
- 2021-03-23 21:59:15下载
- 积分:1