Location:
Search - matlab special
Search list
Description: BIOSIG is an open source software library for biomedical signal processing. Library works well with Octave and Matlab. Special emphasis is put on EEG/MEG/ECoG, but also other types of biosignals like ECG, EMG, etc. are supported. -BIOSIG is an open source software library f or biomedical signal processing. Library work s well with Octave and Matlab. Special emphasis is put on EEG / MEG / ECoG. but also other types of biosignals like ECG, EMG, etc.. are supported.
Platform: |
Size: 245226 |
Author: 陆游 |
Hits:
Description: 1 MATLAB 2 2 Starting Up 2 2.1 Windows Systems . . . . . . . . . . 2 2.2 Unix Systems . . . . . . . . . . . . . 2 2.3 Command Line Help . . . . . . . . . 2 2.4 Demos . . . . . . . . . . . . . . . . . 3 3 Matlab as a Calculator 3 4 Numbers & Formats 3 5 Variables 3 5.1 Variable Names . . . . . . . . . . . . 3 6 Suppressing output 4 7 Built{In Functions 4 7.1 Trigonometric Functions . . . . . . . 4 7.2 Other Elementary Functions . . . . . 4 8 Vectors 4 8.1 The Colon Notation . . . . . . . . . 5 8.2 Extracting Bits of a Vector . . . . . 5 8.3 Column Vectors . . . . . . . . . . . . 5 8.4 Transposing . . . . . . . . . . . . . . 5 9 Keeping a record 6 10 Plotting Elementary Functions 6 10.1 Plotting|Titles & Labels . . . . . . 7 10.2 Grids . . . . . . . . . . . . . . . . . . 7 10.3 Line Styles & Colours . . . . . . . . 7 10.4 Multi{plots . . . . . . . . . . . . . . 7 10.5 Hold . . . . . . . . . . . . . . . . . . 7 10.6 Hard Copy . . . . . . . . . . . . . . 8 10.7 Subplot . . . . . . . . . . . . . . . . 8 10.8 Zooming . . . . . . . . . . . . . . . . 8 10.9 Formatted text on Plots . . . . . . . 8 10.10Controlling Axes . . . . . . . . . . . 9 11 Keyboard Accelerators 9 12 Copying to and from Word and other applications 10 12.1 Window Systems . . . . . . . . . . . 10 12.2 Unix Systems . . . . . . . . . . . . . 10 13 Script Files 10 14 Products, Division & Powers of Vectors 11 14.1 Scalar Product (*) . . . . . . . . . . 11 14.2 Dot Product (.*) . . . . . . . . . . . 11 14.3 Dot Division of Arrays (./) . . . . . 12 14.4 Dot Power of Arrays (.^) . . . . . . 12 15 Examples in Plotting 13 16 Matrices|Two{Dimensional Arrays 13 16.1 Size of a matrix . . . . . . . . . . . . 14 16.2 Transpose of a matrix . . . . . . . . 14 16.3 Special Matrices . . . . . . . . . . . 14 16.4 The Identity Matrix . . . . . . . . . 14 16.5 Diagonal Matrices . . . . . . . . . . 15 16.6 Building Matrices . . . . . . . . . . . 15 16.7 Tabulating Functions . . . . . . . . . 15 16.8 Extracting Bits of Matrices . . . . . 16 16.9 Dot product of matrices (.*) . . . . 16 16.10Matrix{vector products . . . . . . . 16 16.11Matrix{Matrix Products . . . . . . . 17 16.12Sparse Matrices . . . . . . . . . . . . 17 17 Systems of Linear Equations 18 17.1 Overdetermined system of linear equations . . . . . . . . . . . . . . . . . . 18 18 Characters, Strings and Text 20 19 Loops 20 20 Logicals 21 20.1 While Loops . . . . . . . . . . . . . . 22 20.2 if...then...else...end . . . . . . 23 21 Function m{ les 23 21.1 Examples of functions . . . . . . . . 24 22 Further Built{in Functions 25 22.1 Rounding Numbers . . . . . . . . . . 25 22.2 The sum Function . . . . . . . . . . . 25 22.3 max & min . . . . . . . . . . . . . . . 26 22.4 Random Numbers . . . . . . . . . . 26 22.5 find for vectors . . . . . . . . . . . . 27 22.6 find for matrices . . . . . . . . . . . 27 23 Plotting Surfaces 27 24 Timing 28 25 On{line Documentation 29 26 Reading and Writing Data Files 29 26.1 Formatted Files . . . . . . . . . . . . 30 26.2 Unformatted Files . . . . . . . . . . 30 27 Graphic User Interfaces 31 28 Command Summary 32
Platform: |
Size: 877346 |
Author: taffy320 |
Hits:
Description: 1 Tutorial lessons 1 1 1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Basic features . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3 A minimum MATLAB session . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.1 Starting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.3.2 Using MATLAB as a calculator . . . . . . . . . . . . . . . . . . . . . 4 1.3.3 Quitting MATLAB . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.1 Creating MATLAB variables . . . . . . . . . . . . . . . . . . . . . . . 5 1.4.2 Overwriting variable . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.3 Error messages . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.4 Making corrections . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 1.4.5 Controlling the hierarchy of operations or precedence . . . . . . . . . 6 1.4.6 Controlling the appearance of °oating point number . . . . . . . . . . 8 1.4.7 Managing the workspace . . . . . . . . . . . . . . . . . . . . . . . . . 8 1.4.8 Keeping track of your work session . . . . . . . . . . . . . . . . . . . 9 1.4.9 Entering multiple statements per line . . . . . . . . . . . . . . . . . . 9 1.4.10 Miscellaneous commands . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.4.11 Getting help . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.5 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11 2 Tutorial lessons 2 12 2.1 Mathematical functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 2.1.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 2.2 Basic plotting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.1 overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.2 Creating simple plots . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 2.2.3 Adding titles, axis labels, and annotations . . . . . . . . . . . . . . . 15 2.2.4 Multiple data sets in one plot . . . . . . . . . . . . . . . . . . . . . . 16 2.2.5 Specifying line styles and colors . . . . . . . . . . . . . . . . . . . . . 17 2.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 2.4 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5 Matrix generation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.1 Entering a vector . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 2.5.2 Entering a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 2.5.3 Matrix indexing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 21 2.5.4 Colon operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.5 Linear spacing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.6 Colon operator in a matrix . . . . . . . . . . . . . . . . . . . . . . . . 22 2.5.7 Creating a sub-matrix . . . . . . . . . . . . . . . . . . . . . . . . . . 23 2.5.8 Deleting row or column . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.9 Dimension . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 2.5.10 Continuation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.11 Transposing a matrix . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.12 Concatenating matrices . . . . . . . . . . . . . . . . . . . . . . . . . . 26 2.5.13 Matrix generators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 2.5.14 Special matrices . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 2.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 3 Array operations and Linear equations 30 3.1 Array operations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.1 Matrix arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.1.2 Array arithmetic operations . . . . . . . . . . . . . . . . . . . . . . . 30 3.2 Solving linear equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32 3.2.1 Matrix inverse . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 3.2.2 Matrix functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 3.3 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 4 Introduction to programming in MATLAB 35 4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2 M-File Scripts . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 35 4.2.1 Examples . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36 4.2.2 Script side-eRects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 4.3 M-File functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38 4.3.1 Anatomy of a M-File function . . . . . . . . . . . . . . . . . . . . . . 38 4.3.2 Input and output arguments . . . . . . . . . . . . . . . . . . . . . . . 40 4.4 Input to a script ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40 4.5 Output commands . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41 4.6 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42 5 Control °ow and operators 43 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2 Control °ow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.1 The ``if...end'' structure . . . . . . . . . . . . . . . . . . . . . . . 43 5.2.2 Relational and logical operators . . . . . . . . . . . . . . . . . . . . . 45 5.2.3 The ``for...end'' loop . . . . . . . . . . . . . . . . . . . . . . . . . 45 5.2.4 The ``while...end'' loop . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.5 Other °ow structures . . . . . . . . . . . . . . . . . . . . . . . . . . . 46 5.2.6 Operator precedence . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.3 Saving output to a ¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 5.4 Exercises . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 48 6 Debugging M-¯les 49 6.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2 Debugging process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 49 6.2.1 Preparing for debugging . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.2 Setting breakpoints . . . . . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.3 Running with breakpoints . . . . . . . . . . . . . . . . . . . . . . . . 50 6.2.4 Examining values . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.5 Correcting and ending debugging . . . . . . . . . . . . . . . . . . . . 51 6.2.6 Ending debugging . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 51 6.2.7 Correcting an M-¯le . . . . . . . . . . . . . . . . . . . . . . . . . . . 51
Platform: |
Size: 258288 |
Author: taffy320 |
Hits:
Description: BIOSIG is an open source software library for biomedical signal processing. Library works well with Octave and Matlab. Special emphasis is put on EEG/MEG/ECoG, but also other types of biosignals like ECG, EMG, etc. are supported. -BIOSIG is an open source software library f or biomedical signal processing. Library work s well with Octave and Matlab. Special emphasis is put on EEG/MEG/ECoG. but also other types of biosignals like ECG, EMG, etc.. are supported.
Platform: |
Size: 244736 |
Author: 陆游 |
Hits:
Description: Matlab绘图系列之高级绘图,可以画特殊的图像-Matlab Mapping Series High drawings, special images can be painted
Platform: |
Size: 1032192 |
Author: 王威 |
Hits:
Description: Hough变换_用霍夫曼方法检测圆、直线的Matlab程序 -Hough transform method _ with Hoffman yen, a straight line of Matlab procedures
Platform: |
Size: 10240 |
Author: |
Hits:
Description: 插值,函数逼近,矩阵特征值计算,数值微分,积分,方程求根,非线性方程求解,迭代,随机数生成,特殊函数,常微分方程,偏微分方程等常用的matlab程序。-Interpolation, function approximation, matrix eigenvalue calculation, numerical differentiation, integration, finding roots of equations, nonlinear equations, iterative, random number generators, special functions, ordinary differential equations, partial differential equations and other commonly used matlab program.
Platform: |
Size: 652288 |
Author: 称臣 |
Hits:
Description: 本书第一章系统讲述 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
Platform: |
Size: 3457024 |
Author: 小天 |
Hits:
Description: 非常完善的GPS toolbox,内含中文readme以及中文翻译的介绍。 GPS TOOLBOX包含以下内容:
1、GPS相关常量和转换因子;
2、角度变换;
3、坐标系转换:
点变换;
矩阵变换;
向量变换;
4、专用测绘程序;
5、专用统计函数;
6、GPS时间工具;
7、专用GPS数据处理函数;
8、航迹和相关工具;
9、卫星位置计算;
10、高度和方位角判定,以及卫星可见性;
11、DOP(dilution of precision)计算,卫星选取和相关函数;
12、专用信号处理和Kalman滤波函数;
13、伪距和误差判定及相关函数;
14、用户位置判定及相关函数;
15、RAIM/FDE可用性和完好性评估相关函数。-Very good GPS toolbox, contains readme and the Chinese translation of the Chinese introduction. GPS TOOLBOX contains the following:
1, GPS-related constants and conversion factors
2, the point of transformation
3, coordinate system conversion:
Point transformation
Matrix transformation
Vector transformation
4, special mapping procedures
5, special statistical functions
6, GPS time tools
7, special GPS data processing function
8, track and related tools
9, the satellite position calculation
10, determine the height and azimuth, and satellite visibility
11, DOP (dilution of precision) calculations, the satellite selection and related functions
12, special signal processing and Kalman filtering function
13, pseudo-range and error determination and related functions
14, user location determination and related functions
15, RAIM/FDE availability and integrity assessment of related functions.
Platform: |
Size: 3149824 |
Author: 杨霖 |
Hits:
Description: Special book on electromagnetics and software applications on matlab
Platform: |
Size: 9453568 |
Author: GreenWhale |
Hits:
Description: captain toolbox is a special optimization and modeling tool for matlab , it is a very important tool for control engineering . this is chapter 1 of handbook , the full handbook price is 100 dollars
.
Platform: |
Size: 106496 |
Author: mohamed |
Hits:
Description: 基于OFDMA系统的多用户资源分配算法,论文配备MATLAB代码,入门的好教材。- Orthogonal Frequency Division Multiple Access (OFDMA) basestations allow multiple users to transmit simultaneously on different subcarriers during the same symbol period. This paper considers basestation allocation of subcarriers and power to each user to maximize the sum of user data rates, subject to constraints on total power, bit error rate, and proportionality
among user data rates. Previous allocation methods have been iterative nonlinear methods suitable for ofine optimization. In the special high subchannel SNR case, an iterative root-nding method has linear-time complexity in the number of users and
N logN complexity in the number of subchannels. We propose
a non-iterative method that is made possible by our relaxation
of strict user rate proportionality constraints. Compared to the
root-nding method, the proposed method waives the restriction
of high subchannel SNR, has signicantly lower complexity, and
in simulation, yields higher user data rates.
Platform: |
Size: 160768 |
Author: 王刚名 |
Hits:
Description: 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equations, linear equations, direct method, iterative linear equations, random number generator, a special function to calculate , initial value problems of ordinary differential equations, numerical solution of partial differential equations, statistics and analysis
Platform: |
Size: 138240 |
Author: jame |
Hits:
Description: MATLAB7.X信号处理工具箱函数汇总
1、 滤波器分析与实现
2、 FIR数字滤波器设计
3、 IIR数字滤波器设计
4、 模拟滤波器设计
5、 模拟滤波器变换
6、 滤波器离散化
7、 线性系统变换
8、 窗函数
9、 变换
10、 统计信号处理与谱分析
11、 参数模型
12、 线性预测
13、 多采样率信号处理
14、 波形产生
15、 特殊操作-MATLAB7.X Signal Processing Toolbox functions Rollup 1, filter analysis and implementation of 2, FIR digital filter design 3, IIR digital filter design 4, 5 analog filter design, analog filter transform 6, 7 discrete filter, 8 linear system transformation, the window function 9, 10 transformation, statistical signal processing and spectrum analysis 11, 12-parameter model, linear prediction 13, 14 of multirate signal processing, waveform generator 15, a special operation
Platform: |
Size: 26624 |
Author: zhaohengzheng |
Hits:
Description: 用MATLAB 求解特殊函数 速度快 好用-Solved using MATLAB special functions speed fast easy to use
Platform: |
Size: 12288 |
Author: 向强 |
Hits:
Description: matlab画特殊三维视图.-matlab draw special three-dimensional view...........
Platform: |
Size: 15360 |
Author: jack |
Hits:
Description: 郑碧波翻译的matlab 教程一文,介绍了统计、绘图、求微积分、解微分方程、解 ODE、变换、曲线拟合、特殊函数很多的高等数学方面的应用。学习很有帮助!(Zheng Bibo's translation of matlab tutorial , describes the statistics, drawing, calculus, differential equations, solution, ODE transform, curve fitting, many special functions of higher mathematics application.)
Platform: |
Size: 5881856 |
Author: ZhaoSW
|
Hits:
Description: 本书使用简单易行的风格,一开始介绍了 MATLAB 基础, 你将学习到如何绘制图象,求解代数方程及计算积分,也将学 习到如何求解微分方程,求 ODE 的数值解,使用特殊函数工作。 本书含有几百个例子及其详细解说过程,章末带有习题,书末 还带终测试题目,一句话,本书给予你的是 MATLAB 精华。(his book uses a simple and easy style. It introduces the foundation of MATLAB at the beginning. You will learn how to draw images, solve algebraic equations and calculate integrals, and also learn how to solve differential equations, find ODE's numerical solutions, and use special functions. This book contains hundreds of examples and its detailed commentary process. At the end of the chapter, there are exercises. At the end of the book, we also bring the final test questions. In a word, this book gives you the essence of MATLAB.)
Platform: |
Size: 7402496 |
Author: kcqh
|
Hits:
Description: 本书各章源代码除特别说明之外,其开发和编译环境均为Matlab2010与VisualC++2010。第7章与第10章内容与Matlab、Visual C++等环境配置密切相关,如果出现配置文件、头文件、库文件、动态链接库等相关的问题,请正确配置软件和硬件环境后再完成相关操作。(In addition to the special description of the source code of this book, the environment for its development and compilation is Matlab2010 and VisualC++2010. The seventh chapter and the tenth chapter are closely related to the environment configuration such as Matlab, Visual C++. If there are any related problems such as configuration files, header files, library files, dynamic link libraries and so on, please configure the software and hardware environment correctly before completing the related operations.)
Platform: |
Size: 9126912 |
Author: limin666 |
Hits:
Description: 室内三维定位相关程序,主要用于数学建模,了解如何用于实际场景(Indoor three-dimensional positioning related procedures, special for mathematical modeling)
Platform: |
Size: 403456 |
Author: 书语wl |
Hits:
« 12
3
4
5
6
7
8
9
10
...
27
»