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. bp_S200502106

    0下载:
  2. 模式识别-神经网络bp算法用于模式分类,采用了matlab自带的接口函数-pattern recognition-bp neural network algorithm for pattern classification, using the Matlab's own interface function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1300
    • 提供者:郑军
  1. FUZZYMATLAB

    2下载:
  2. 使用MATLAB的S函数来实现模糊控制查询表的计算,全部由程序实现,不使用FUZZY工具箱.-using MATLAB S function to achieve fuzzy control for the table, all by program, the non-use of fuzzy toolbox.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2071
    • 提供者:胡卫华
  1. S200502106_SVM_for_classfication

    1下载:
  2. SVM用于模式识别 整理别人的代码(原来的是英文)所得: kernel.m用于内积矩阵的计算 svcplot.m用于绘图 svm168.m是主程序 testlin.m是采用线形内积函数的支持向量机应用的 文件 testrbf.m是采用RBF内积函数的支持向量机应用 的 文件 每个文件中都有说明。 仿真平台matlab7.0, 仿真全部通过 将所有文件拷贝到work目录下(注意不要直接将上层文件夹直接拷贝到work目录下,若那样操作,必须在matla
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6029
    • 提供者:郑军
  1. Perceptron

    0下载:
  2. 模式识别,算法用于模式分类,采用了matlab自带的接口函数-pattern recognition algorithm for pattern classification, using the Matlab's own interface function
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:4148
    • 提供者:天天
  1. IncPID

    0下载:
  2. matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3102
    • 提供者:唐斌
  1. MASwitch

    0下载:
  2. matlab的c语言s函数,实现手动与自动控制的无扰切换,具有两个参数:一个是切换信号,为1时自动控制,为0时手动控制;另一个是手动控制值。-Matlab language c s function, manual and automatic control to achieve the Bumpless Transfer, with two parameters : a signal is switched to 1:00 automation, 0:00 a.m. to manual con
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2533
    • 提供者:唐斌
  1. STBC_Alamouti

    2下载:
  2. 无线通信中空时分组码matlab(simlink)仿真方案,空时编码方案为Alamouti方案。simlink的模块中的s-函数使用了C语言编写。-wireless communications Hollow time block codes Matlab (simlink) simulation program, space-time coding for ACS programs. Simlink Module of the s-function uses the C language.
  3. 所属分类:邮电通讯系统

    • 发布日期:2008-10-13
    • 文件大小:38972
    • 提供者:lhwbrike
  1. scrambler

    1下载:
  2. 通信系统中扰码的实现,采用Matlab的S函数-Communication System Scramble the realization of Matlab function S
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3401
    • 提供者:ZhangYun
  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 4 56 7 8 9 10 ... 18 »
搜珍网 www.dssz.com