CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - MATLAB,s-function

搜索资源列表

  1. vcmatlab7src

    1下载:
  2. MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成 C、C++或p等各种类型的源代码,并根据需要生成可执行文件、lib文件(库文件)、dll文件或S函数文件等。MATLAB 6.5 使用的编译器包括了MATLAB 的C\\C++数学库函数以及图形库。动态链接库(dll)是编写软件中常用的一种技术,MATLAB提供了将M文件编制成dll文件的方法,本文就介绍如何在MATLAB6.5中将m文件z转化成dll文件,然后在VC中调用该dll文件。 -MATLAB Co
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27283
    • 提供者:林林
  1. FuctionKey

    0下载:
  2. 一个matlab mex 文件,可以用来在matlab程序中捕捉用户按下的特殊功能健:F1, ..., F12. 使用时,在你的应用程序的 KeyPressFcn的函数体里,是用wgfcnkey,根据其返回值,判断是否有功能健被按下。-a Matlab mex documents, in Matlab can be used to capture user proceedings of the special features? Kin : F1, ..., F12. When used i
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6701
    • 提供者:余志华
  1. KF-S

    0下载:
  2. 卡尔曼滤波的matlab S函数程序,将含有白噪声的输入进行滤波-Enter the Kalman filter matlab S function program containing white noise filtering
  3. 所属分类:transportation applications

    • 发布日期:2017-04-14
    • 文件大小:2889
    • 提供者:陈可
  1. Coordinate-transformation

    0下载:
  2. 采用S函数编写的矢量变换模块,可用于异步电机、同步电机的matlab控制仿真-matlab using S-function written in vector transform module can be used for asynchronous motors, synchronous motor control simulation
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:17412
    • 提供者:高磊
  1. 新建文件夹

    4下载:
  2. 双馈感应电机的matlab建模与仿真的S函数,实现恒频变速(Doubly fed induction motor matlab modeling and simulation of the S function to achieve constant frequency variable speed)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:10240
    • 提供者:郝盼儿
  1. 1

    1下载:
  2. 自由空间格林公式的应用, 远场分布, 辐射功率, 增益(Free space Green's Function, far field pattern, radiated power and Gain)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:sunnyzzzhs
  1. SVPWM

    0下载:
  2. svpwm的MATLAB仿真实现 ,此程序用于svpwm的S-function的建立(MATLAB simulation implementation of SVPWM)
  3. 所属分类:仿真建模

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:风扇过
  1. 贝塞尔

    0下载:
  2. 画出第一二三类贝塞尔函数的曲线在matlab平台,便于求解圆柱波导问题(Draw a curve of the 123 kind of Bessel's function)
  3. 所属分类:*行业应用

    • 发布日期:2017-12-18
    • 文件大小:20480
    • 提供者:cccurry
  1. bppid_S函数

    0下载:
  2. bp神经的S型函数,开发与matlab平台,可以借用于相关算法的训练学习。(BP neural S function, developed and MATLAB platform, can be used for the training of related algorithms learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:11264
    • 提供者:欧啦啦啦
  1. MATLAB

    0下载:
  2. 使用matlab的simulink进行代码生成,生成了DA输出功能,同时使用matlab执行了xcorr(Using Matlab's simulink to generate code, the DA output function is generated, and xcorr is executed with MATLAB)
  3. 所属分类:单片机开发

    • 发布日期:2018-01-05
    • 文件大小:19769344
    • 提供者:NTL_hehe
  1. matlab--function非常全的-matlab-函数

    0下载:
  2. 本文档包括matlab常用的功能键快捷指令,熟记部分有利于初学者提高编写速度和效率(This document includes Matlab's common function key shortcut instructions. Memorizing parts helps beginners to improve the speed and efficiency of writing)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:37888
    • 提供者:大庄子
  1. 基于MATLAB的车牌识别

    0下载:
  2. 本文介绍用MATLAB强大的计算功能和各种功能齐全的函数,图像工具箱来进行汽车车牌的识别。介绍基于LAB颜色模型的颜色特征提取,并根据上述特征进行车牌识别的MATLAB的程序设计进行介绍。(This paper introduces the use of MATLAB's powerful computing function and various functions and image toolbox to identify vehicle license plates. The color
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1616896
    • 提供者:叶11
  1. mz_ss

    0下载:
  2. 用s-function实现发出正弦波,不需要MATLAB本身的元器件(The realization of a sine wave by S-function)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:樱落holland
  1. UKF_PMSM

    3下载:
  2. 利用无迹卡尔曼滤波估计PMSM的位置与转速,调试成功,可以作为S函数的模板进行学习(Using the unscented Calman filter to estimate the position and speed of PMSM, the debugging is successful, and it can be used as a template for S function to learn.)
  3. 所属分类:matlab例程

    • 发布日期:2019-04-06
    • 文件大小:19456
    • 提供者:超神岁月
  1. RBF_Plot

    1下载:
  2. 使用S函数进行编写RBF神经网络算法,并有画图分析程序。(Using S function to write RBF neural network algorithm, and drawing analysis program.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2020-06-15
    • 文件大小:6144
    • 提供者:袁硕
  1. 物元分析法(matlab)

    2下载:
  2. 物元分析法由我国数学家蔡文在 20 世纪 80 年代提出. 应用物元法建立多指标评价模型,可以针对复杂问题建立形象化模型,定量化得出评价结果,从而较完整、准确地反映事物的综合水平。利用matlab编程,进行如下步骤计算:1、待判物元的确定;2、经典域、节域的确定;3、关联函数;4、综合关联度(Matter-element analysis method was put forward by Chinese mathematician Cai Wen in 1980's. Applying mat
  3. 所属分类:matlab例程

    • 发布日期:2020-11-24
    • 文件大小:30720
    • 提供者:木易人左
  1. SMC

    1下载:
  2. s函数实现的超螺旋滑模控制,可以用于simulink控制系统仿真(Super twisting sliding mode control realized by S-function)
  3. 所属分类:其他

    • 发布日期:2020-05-29
    • 文件大小:3072
    • 提供者:rich1997
  1. firsttime

    1下载:
  2. MATLABSIMULINK对AUV进行了水平面回旋仿真,未使用S函数,直接用了积分模块,对初学者有一定帮助(Matlabsimulink simulates the gyration of AUV in the horizontal plane. It does not use s function and uses integral module directly. It is helpful for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2020-10-26
    • 文件大小:48128
    • 提供者:kanye_yang
  1. 第4讲

    1下载:
  2. 永磁同步电机,模型预测,基于MATLAB/simulink仿真环境下的程序实现(Motor model, program simulation implementation, Simulink simulation based on S-function module, MATLAB simulation environment)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-13
    • 文件大小:228352
    • 提供者:沙哈哈哈
  1. pid_control

    1下载:
  2. 基于matlab的直升机pid控制.simulink模块,s函数。(Helicopter PID control based on MATLAB. Simulink module, s function.)
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:12288
    • 提供者:lgw123
« 1 2 3 45 6 7 8 9 10 ... 17 »
搜珍网 www.dssz.com