▍1. 10.1.1.92.940.pdf
mobility models for wirelss networks
模拟离轴彩色数字全息图的MATLAB程序(MATLAB program of simulated off axis color digital hologram)
一个矩形菲涅尔衍射计算的MATLAB程序(A rectangular Fresnel diffraction calculation of the MATLAB program)
最小二乘MATLAB程序,适合用于三维点云的最小二乘拟合。功能很强大!(Least squares MATLAB procedures, suitable for three-dimensional point cloud least square fitting. Powerful!)
matlab教程,可以的学习和运用该软件,是新手学习很好的教程。(Matlab tutorial, you can learn and use the software, is a good tutorial for beginners.)
单相光伏发电并网系统simulink仿真模型,能运行(Simulink simulation model of single-phase photovoltaic grid connected system can run)
三相光伏并网发电系统simulink仿真模型,运行效果良好(Simulink simulation model of three-phase photovoltaic grid connected power generation system runs well)
基于simulink powersystem元件库提供的光伏电池模型建立了扰动观测法的最大功率跟踪控制模型(MPPT),仿真模型能够很好的追踪最大功率点(Based on the photovoltaic cell model provided by Simulink powersystem component library, the maximum power tracking control model (MPPT) of disturbance observation method is established. The simulation model can well track the maximum power point)
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
Matlab 高级编程文档,内容丰富,详细(Matlab high-level programming document, detailed, rich)
实现PID的三个参数的调节,使参数在一定范围内(PID three parameters to achieve the adjustment, so that parameters within a certain range)
《神经模糊预测控制及其matlab实现》(第3版)matlab程序(Neuro fuzzy predictive control and its matlab implementation (Third Edition) matlab program)
改进粒子群优化在压缩感知DOA估计中的应用_赵宏伟(Application of improved particle swarm optimization in DOA estimation of compressed sensing)
基于瞬时无功功率的谐波检测,ip,iq法。已验证(Harmonic detection based on instantaneous reactive power)
基于瞬时无功功率的谐波检测,pq法。已验证(Harmonic detection based on instantaneous reactive power)
PMSM矢量控制 包含了clark变换,clark逆变换,park变换,park逆变换等等。(PMSM vector control contains the Clark transform, Clark inverse transform, park transform, park inverse transform, and so on)
遗传算法工具箱,谢菲尔德大学,MATLAB源码(Genetic algorithm toolbox, University of Sheffield, MATLAB source code)