搜索资源列表
DCmotor.rar
- 利用matlab对直流电动机的特性以及调速和启动制动过程经行了仿真分析,对了解直流电机的特性有很大的帮助。,Using matlab to the characteristics of DC motor speed control and start the braking process of the simulation analysis by the Bank, to the understanding of the characteristics of DC motors are a g
yibudiandongjizhuanzichuandianzu
- 异步电动机转子串电阻分级启动过程的MATLAB仿真大家一起学习-Rotor induction motor to start the process of classification Series Resistance MATLAB simulation we study together
Newton
- 用牛顿下山法求解方程:下山因子在计算过程中可以变动,一般选择下山因子时从1开始,逐次将减半进行试算,直到能使下降条件成立为止。若当计算到某步时取不到满足要求的值(或值小到无法容忍),这时称“下山失败”,需要另取初值重新算起。-Descent method with Newton' s equation: down factor in the calculation process can change, usually selected from the 1 start down fact
cmmb_matlab
- 包含了CMMB系统发端从星座映射开始直到完成OFDM调制的过程。-Contains the system originating from the constellation mapping CMMB start until the completion of OFDM modulation process.
book_files
- Matlab是一种简洁而容易入手的编程工具,对于学电子的同学在学习《数字信号处理》(清华大学版)的过程中可随课本的学习,联系matlab 一些基本的程序。-Matlab is a simple and easy to start programming tools for students learning electronic learning " Digital Signal Processing" (Tsinghua University, version) in the
Shop-scheduling-genetic-algorithm
- 遗传算法车间调度,车间作业调度问题遗传算法 -------------------------------------------------------------------------- 输入参数列表 M 遗传进化迭代次数 N 种群规模(取偶数) Pm 变异概率 T m×n的矩阵,存储m个工件n个工序的加工时间 P 1×n的向量,n个工序中,每一个工序所具有的机床数目 输出参数列表 Zp 最优的Makespan值 Y1p 最优方案
mat1
- will load a weight and classifier matrix. It will start training process.
double_pwm_inverter
- 多样化的特点,直观和清晰的启动电压和电流的特性的过程中一个电机仿真过程的详细描述-A detailed descr iption of the process of motor simulation in a variety of features, intuitive and clear to start the process of voltage and current characteristics shown
the-secret-of-MATLAB
- 用简单易行的风格,一开始介绍了MATLAB 基础,你将学习到如何绘制图象,求解代数方程及计算积分,也将学习到如何求解微分方程,求ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末还带最终测试题目,一句话,本书给予你的是MATLAB 精华.-Simple style , a start MATLAB basis , You will learn how to draw images, solving algebraic equations and
High-accuracy-Optical-Flow
- High accuracy optical flow using a theory for warping-The files optical_flow_brox.m and optical_flow_sand.m are the files you need to run. optical_flow_brox.m implements the traditional algorithm. Just replace the first lines where images are
optical-flow-and-video-processing
- Real time optical flow, and video processing, with support for camera input in Matlab.-Start by running "runMe.m" Supports input through: a) synthetically generated test images b) reading avi-file c) camera input (requires image aquisit
asynchronous---start
- 介绍了异步电机基于matlab/simulink的起动过程分析和仿真,主要包含:1.基于ab0数学模型的异步电动机起动过程分析 2.基于dq0的异步电动机仿真模型及起动过程的仿真 -Describes the induction motor starting process analysis based on matlab/simulink and simulation, mainly includes: a process-based asynchronous motor starter 2
hhr
- 电压暂降原始信号和小波分解程序,加入白噪后的信号及其小波分解程序,使用不同阈值方法去噪的比较,并对其波形读取,确定暂降的开始和结束点,功能强大。-Voltage sag original signal and wavelet decomposition process, after adding white noise signal and wavelet decomposition, the use of methods to compare different threshold de-no
Matlabvoice
- 通过计算机上的多媒体卡,按照下列过程进行声音信号的录制、处理和回放,观察处理前后的波形,同时比较声音信号处理前后的效果。 1、 将录制的信号反褶以后播放(反褶以后的信号移到t=0点开始)。 2、 将录制的信号改变取样率(相当于进行了尺度变化)以后播放。 3、 将录制以后的信号延时1s,并将幅度降低一半,接着与原来的信号相加,然后播放。-Multimedia card on your computer, follow the process for recording, process
ruanqidong
- 交流电机降压软启动系统仿真,要求给出电机从静止到进入稳态运行的启动过程中输入电压有效值、电流瞬时值、转矩、转速的变化过程。研究生大作业,调试通过。 -Ac motor step-down soft start system simulation, ask for the steady state of motor static to enter the boot process input voltage RMS, current instantaneous value, the chan
Desktop.rar
- 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法是从代表问题可能潜在的解集的一个种群(population)开始的,而一个种群则由经过基因(gene)编码的一定数目的个体(individual)组成(Genetic Algorithm (based Algorithm) is a simulation Darwin the evolution natural selection
vrp
- 首先实现一个ant蚂蚁类,用此蚂蚁类实现搜索。 算法按照tsp问题去解决,但是在最后计算路径的时候有区别。 比如有10个城市,城市1是配送站,蚂蚁搜索的得到的路径是1,3,5,9,4,10,2,6,8,7。 计算路径的时候把城市依次放入派送线路中, 每放入一个城市前,检查该城市放入后是否会超过车辆最大载重 如果没有超过就放入 如果超过,就重新开始一条派送路线 …… 直到最后一个城市放完 就会得到多条派送路线 这样处理比较简单可以把vrp问题转为tsp问题求解 但