Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab s
Search - matlab s - List
在MATLAB中编写s-function函数方法,支持C++语言,M语言等
Date : 2010-10-25 Size : 738.28kb User : 419296842@qq.com

MATLAB开发入门资料,很详细,不错。
Date : 2011-05-25 Size : 739kb User : caicaicai777

This program is to calculate the efficiency,losses and transfered power of the line at various PF's and lengths
Date : 2011-06-14 Size : 5.77kb User : rabah03

DL : 0
西工大UML课件,比较好的UML初学的-Adobe Software UML, UML relatively good beginner's Wanton
Date : 2025-12-27 Size : 3.98mb User :

DL : 0
matlab 图象处理的原程序-Matlab's original image processing procedures
Date : 2025-12-27 Size : 4kb User : 马翔

超实用的matlab函数使用文档说明,有很多哦~,分几个包上传-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. Upload Packet
Date : 2025-12-27 Size : 913kb User : lyy

超实用的matlab函数使用文档说明,有很多哦~,分几个包上传..2-1-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. 2-1 Upload Packet
Date : 2025-12-27 Size : 1.05mb User : lyy

超实用的matlab函数使用文档说明,有很多哦~,分几个包上传..5-ultra-practical use of Matlab function documents show that there are many-oh, a few hours .. 5 Upload Packet
Date : 2025-12-27 Size : 1.25mb User : lyy

风力发电系统中的风速仿真模型,MATLAB/S函数构造-wind power system simulation model of the wind, MATLAB/S structure function
Date : 2025-12-27 Size : 1kb User : 王强

数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than the iterative method, power, linear fitting state,
Date : 2025-12-27 Size : 2kb User : 周红风

关于Matlab的Tools的常见问题的介绍-Matlab s Tools on the Frequently Asked Questions Introduction
Date : 2025-12-27 Size : 30kb User : 小强

DL : 0
Matlab小问题 问: Matlab仿真中怎样编辑Scope中的图象??? 答: 实现的方法有以下的几种: 1)PrintScreen,然后粘贴到Windows位图编辑器,选择图像点击右键,选择“反色”即可; 2)在Scope中,它的参数设置的第二页,有一个Save Data to Workplace,将它选中,然后在下面的方框 中指定变量名,然后用plot命令画出; 3)直接在模型上再加一个,to Workplace模块,也用plot画出; 4) 等scope显示出来图像以后,在matlab上运行 set(0, ShowHiddenHandles , On ) set(gcf, menubar , figure ) 这时候你会发现scope的工具栏的上面多了一行,点击insert-axes,鼠标会变成十字形状,然后再图像的任意一处双击左键出现一个对话框PropertyEditor,选中style在窗口的右便会出现color,这时你就可以任意修改背景颜色了。 问: 怎样进行S-function的编程和使用??? 答: S-function也就是System-function的缩写。说得简单,S-function就是用MATLAB所提供的模型不能完全满足用户,而提供给用户自己编写程序来满足自己要求模型的接口。要了-err
Date : 2025-12-27 Size : 6kb User : wupeng

英文版matlab教材 与要一定英语水平 希望对大家有用哦!-Matlab teaching English to a certain standard of English with the hope of useful U.S. Oh!
Date : 2025-12-27 Size : 2.28mb User : 赵振江

DL : 0
提出了一个采用(2,1,7)卷积码+QPSK的中频调制解调方案,并在Xilinx公司的100万 门FPGA芯片上实现了该系统。该系统在信噪比SNR为6dB左右时可实现速率超过1Mbit/s、误码率 小于10-5的数据传输。 -Proposed a use of (2,1,7) convolutional code+ QPSK modulation and demodulation of the IF program, and in Xilinx' s FPGA chip one million on implementation of the system. The system SNR to 6dB signal to noise ratio at about the rate may achieve more than 1Mbit/s, less than 10-5 bit error rate of data transmission.
Date : 2025-12-27 Size : 61kb User : 张同星

一些有关车牌识别的硕士论文和期刊论文,非常实用,-License Plate Recognition of some of the master' s thesis and journal articles, very useful,
Date : 2025-12-27 Size : 16.02mb User : 于鸿飞

在分析无刷直流电机(BLDC)数学模型的基础上,提出了一种无刷直流电机控制系统仿 真建模的新方法。在Matlab/Simulink环境下,把独立的功能模块和S函数相结合,构建了无刷直流 电机系统的仿真模型。系统采用双闭环控制:速度环采用离散PID控制,根据滞环电流跟踪型PWM 逆变器原理实现电流控制。仿真和试验结果与理论分析一致,验证了该方法的合理性和有效性。 此方法也适用于验证其他控制算法的合理性,为实际电机控制系统的设计和调试提供了新的思路。 -Based on the mathematical model of the Brushless DC motor(BLDC),a novel method for modeling and simulation of BLDC control system was proposed.In Matlab/Simulink,by the combination of the isolated functional blocks and S-functions,the model of BLDC could be established.In the double loop of control system,a discrete PID controller was adopted in the speed loop and a current controller was completed in the current loop on the principle of hysteresis current track PWM inverter.The reasonability and validity were testified by the coincidence of the simulation and experimentation results and theory analysis.This novel method is also suitable for verifying the reasonability of other control algorithms and offers a new thinking for designing and debugging actual motors.
Date : 2025-12-27 Size : 574kb User : zhanghejun

文档中包含有牛顿迭代法算法原理解析,包括一般非线性方程和非线性方程组,其中附有一个非线性方程组的实际例子和相应matlab求解代码,例子的实验可以加深对算法的理解和运用。(The document contains the Newton iterative algorithm analysis, including general nonlinear equations and nonlinear equations group, which is attached to a practical example of nonlinear equations and the corresponding MATLAB s code)
Date : 2025-12-27 Size : 144kb User : 熊二的大哥

MATLAB编程入门资料,包括MATLAB基本用法和GUI相关的介绍和示例(MATLAB programming introductory information, including MATLAB basic usage and GUI related introduction and examples.)
Date : 2025-12-27 Size : 5.58mb User : 落叶南飞

卡尔曼滤波原理及应用—MATLAB仿真主要介绍数字信号处理中的卡尔曼(Kalman)滤波算法及在相关领域应用。全书共7章。第1章为绪论。第2章介绍MATLAB算法仿真的编程基础。第3章介绍线性Kalman滤波。第4章讨论扩展Kalman滤波,并介绍其在目标跟踪和制导领域的应用和算法仿真。第5章介绍UKF滤波算法,同时也给出其应用领域内的算法仿真实例。第6章介绍了交互多模型Kalman滤波算法。第7章介绍Simulink环境下,如何通过模块库和S函数构建Kalman滤波器,并给出了系统是线性和非线性两种情况的滤波器设计方法(Principle and Application of Kalman Filter - MATLAB simulation mainly introduces Kalman filtering algorithm in digital signal processing and its application in related fields. The book consists of 7 chapters. The first chapter is the introduction. The second chapter introduces the programming foundation of MATLAB algorithm simulation. The third chapter introduces linear Kalman filtering. Chapter 4 discusses the extended Kalman filter, and introduces its application and algorithm simulation in the field of target tracking and guidance. The fifth chapter introduces the UKF filtering algorithm, and gives an example of algorithm simulation in its application area. The sixth chapter introduces the interacting multiple model Kalman filtering algorithm. Chapter 7 introduces how to construct Kalman filter by module library and S-function in Simulink environment, and gives the design method of Kalman filter for both linear and nonlinear systems.)
Date : 2025-12-27 Size : 12.78mb User : jianjian健健

基于MATLAB的振动模态分析,有相应的讲解和matlab代码,非常全面。(Based on MATLAB's vibration modal analysis, there are corresponding explanations and matlab code, which is very comprehensive.)
Date : 2025-12-27 Size : 11.86mb User : lijinwen765
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.