CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - matlab s
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - matlab s - List
[
Other
]
基于Matlab/Simulink的系统仿真技术与应用
DL : 2
本书首先介绍了MATLAB语言的程序设计的基本内容,在此基础上系统介绍了系统仿真所必要的数值计算方法及MATLAB实现,并以Simulink为主要工具介绍了系统仿真方法与技巧,包括连续系统、离散系统、随机输入系统和复数系统的仿真,由浅入深介绍了模块封装技术、电力系统模块集、非线性系统设计模块集、S-函数编写与应用、Stateflow有限状态机、虚拟现实工具箱等中高级使用方法,最后还介绍了半实物仿真技术与实时控制技术。 本书可作为一般读者学习和掌握MATLABA/Simulink语言的教科书,也可作为高校理工科各类专业的本科生和研究生系统仿真类课程的教材和参考书,还可供科技工作者、教师作为学习和应用系统仿真分析技术解决实际问题的参考资料。
Date
: 2009-04-25
Size
: 23.1mb
User
:
zzcje_nulung
[
Other
]
用MATLAB实现的ofdm的信道估计
DL : 1
本人方向是OFDM的MATLAB实现的信道估计,
经典
加精华收藏
Date
: 2009-01-08
Size
: 2.78mb
User
:
xiaofan308
[
Other
]
S.J.Chapman《MATLAB编程》中文版修正版.pdf
DL : 0
S.J.Chapman《MATLAB编程》中文版修正版.pdf,绝对值得一看的MATLAB书籍
Date
: 2010-10-09
Size
: 4.86mb
User
:
loveart001@126.com
[
Other
]
SIMULINKcontrol
DL : 0
本文介绍了MATLAB和SIMULINK的应用概况,主要讨论SIMULINK在控制系统仿真中的应用,以及S-函数的设计方法-This paper introduces the MATLAB and SIMULINK Application Profiles, SIMULINK discussed in the main control system simulation, the application of S-function design
Date
: 2025-12-27
Size
: 45kb
User
:
ben
[
Other
]
si
DL : 0
本资料为《MATLAB通信仿真及应用实例详解 》书本上的仿真 本书着重介绍了MATLAB在通信仿真,尤其是移动通信仿真中的应用,通过丰富具体的实例来加深读者对通信系统仿真的理解和掌握。全书共分10章,前3章介绍MATLAB通信仿真的基础,包括Simulink和S-函数;第4~8章分别介绍了信源和信宿、信道传输、信源编码、信道编码、信号交织以及信号调制的仿真模块及其仿真实现过程;第9章介绍了在通信系统的仿真和调试过程中经常遇到的问题及其解决办法;最后,第10章以cdma2000为例介绍了移动通信系统的设计和仿真。本书适用于通信行业的大专院校学生和研究人员,既可以作为初学者的入门教材,也可以用作中高级读者和研究人员的速查手册。 -this information as "MATLAB simulation and communication application example explanation" book on the simulation focused on the book- stay in communication MATLAB simulation, especially for the mobile communications simulation applications, through the rich and specific examples to deepen readers of the communications system simulation to understand and grasp. The book is divided into 10 chapters, the first three chapters on MATLAB simulation based communications, including Simulink S-Function; 4 ~ 8 respectively on the source and destination node, Channel Tunnel, source coding, channel coding, signal modulation signal intertwined and simulation module and Simulation process; Chapter 9 of the communications system simulation and debugging process frequently encountered problems
Date
: 2025-12-27
Size
: 17kb
User
:
[
Other
]
matlabnumericalode
DL : 0
Numerical Methods for ODE in MATLAB MATLAB has a number of tools for numerically solving ordinary differential equations. We will focus on one of its most rudimentary solvers, ode45, which implements a version of the Runge–Kutta 4th order algorithm. (This is essentially the Taylor method of order 4, though implemented in an extremely clever way that avoids partial derivatives.) For a complete list of MATLAB’s solvers, type helpdesk and then search for nonlinear numerical methods.
Date
: 2025-12-27
Size
: 56kb
User
:
送客
[
Other
]
matlab
DL : 0
MATLAB的基本指令,通过这个可以更好的学习MATLAB的使用-MATLAB s basic instructions, this can be a better learning through the use of MATLAB
Date
: 2025-12-27
Size
: 2.17mb
User
:
野人
[
Other
]
MATLAB
DL : 0
本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环境集成等八大通用功能。本书用专门的一章深入浅出地阐明SIMULINK 的分层建模、仿真功能、与MATLAB 交互的功能。 全书包含 390 多个计算范例。所有算例的程序是可靠、完整的。读者可以在自己的MATLAB 环境中完全准确地重现本书所提供的算例结果。算例的举一反三,将使读者很快掌握要领,从模仿走向灵活应用。-This book chapter describes the system integration MATLAB6.5 work platform, the reader will be the beginning of the basic use of MATLAB. Second, the four chapters, system, MATLAB6.1 basic data types (numeric arrays, strings, arrays, cell arrays, structure arrays), while the other extended data types (function handle, symbol data, inline functions, unit array , sparse class) are separate sections above. Since then, the book points out with nine separate chapters MATLAB6.5 of numerical computation, symbolic computation, functions, and data visualization, object-oriented programming, GUI interactive interface design, EXE standalone applications generated, to achieve interaction of different software platforms API, M-book data, graphical environment for integration of the eight general-purpose language Function. Book with a special chapter in layman s language to clarify the hierarchical SIMULINK modeling, simulation, and the MATLAB interactive features. The book contains more than 390
Date
: 2025-12-27
Size
: 3.3mb
User
:
小天
[
Other
]
MATLAB-S-Function
DL : 0
matlab的s函数编程教程。来自企业的电子书-matlab s function programming tutorial. From the corporate e-book
Date
: 2025-12-27
Size
: 1.03mb
User
:
[
Other
]
MATLAB-S-Function
DL : 0
matlab的S-function函数的写法-the wording of the S-function function matlab
Date
: 2025-12-27
Size
: 739kb
User
:
高国华
[
Other
]
matlab-yibubianji--S-hansumoxing
DL : 0
MATLAB /S- 函数三相异步电机的建模与仿真-Modeling and simulation of MATLAB/S-function three-phase asynchronous motors
Date
: 2025-12-27
Size
: 143kb
User
:
duanwei
[
Other
]
matlab-yibudianjifangzhen
DL : 0
MATLAB /S- 函数三相异步电机的建模与仿真2-Modeling and simulation of MATLAB/S-function three-phase asynchronous motors
Date
: 2025-12-27
Size
: 888kb
User
:
duanwei
[
Other
]
MATLAB-S-Function
DL : 0
S-Function(系统函数)为扩展Simulink的性能提供了一个有力的工具,本书介绍了如何编写S-Function-S-Function (system function) for the extension of the performance of the Simulink provides a powerful tool, this book describes how to write S-Function
Date
: 2025-12-27
Size
: 995kb
User
:
WangXiaolu
[
Other
]
S-Function
DL : 0
matlab中S-function的应用及使用说明,可供编程时参考-Matlab S-function description and application, can be used as a reference when programming
Date
: 2025-12-27
Size
: 104kb
User
:
wch
[
Other
]
A-Guide-to-MATLAB-for-Beginners-and-Experienced-U
DL : 0
This book is a short, focused introduction to MATLAB, a comprehen-sive software system for mathematics and technical computing. It will be useful to bothbeginning and experienced users. It contains concise explanations of essential MATLAB commands, as well as easily under-stood instructions for using MATLAB’s programming features, graphi-cal capabilities, and desktop interface. It also includes an introduction to SIMULINK, a companion to MATLAB for system simulation.
Date
: 2025-12-27
Size
: 4.48mb
User
:
setayesh
[
Other
]
MATLAB-S-Function
DL : 0
Matlab S-function僅供教育學習用途-Matlab S-function only for Learning and Education
Date
: 2025-12-27
Size
: 835kb
User
:
Honor
[
Other
]
MATLAB-S-Function-Guide
DL : 0
本书较为详细全面地介绍了Matlab S函数的基本概念和参数设置方法,并结合几个范例来进一步说明S函数的用法,对于初学者来说是一个不错的参考资料。-This book is more detailed and comprehensive introduction to the basic concepts and methods Matlab S parameter setting function, and combine several examples to further illustrate the use of S functions for beginners is a good reference.
Date
: 2025-12-27
Size
: 847kb
User
:
乡树
[
Other
]
A-Guide-to-MATLAB-
DL : 0
一本对Matlab的介绍,适用于初学者和有经验的开发人员。介绍了Matlab的命令和编程,以及Simulink的使用-This book is a short, focused introduction to MATLAB, a comprehensive software system for mathematics and technical computing. It will be useful to bothbeginning and experienced users. It contains concise explanations of essential MATLAB commands, as well as easily understood instructions for using MATLAB’s programming features, graphical capabilities, and desktop interface. It also includes an introduction to SIMULINK, a companion to MATLAB for system simulation.
Date
: 2025-12-27
Size
: 4.49mb
User
:
于春梅
[
Other
]
matlab-S-function
DL : 0
关于s函数的编写的简单入门例子,并附有说明-S function on the preparation of a simple example of entry, with instructions
Date
: 2025-12-27
Size
: 1.08mb
User
:
痞子李
[
Other
]
MATLAB与控制系统仿真实践
DL : 0
详细介绍 s-function编写指导,可以作为初学者的参考(s-function Writing guidance)
Date
: 2025-12-27
Size
: 1.44mb
User
:
123狼123
«
1
2
3
4
5
6
7
8
9
10
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.