Hardware Reference
In-Depth Information
The celsius function is invoked in the same was as any of the DADiSP built-in
functions. For example:
celsius(32)
will return 0 and
celsius(212)
will return 100 .
The celsius function can also operate on an entire series. For example, the {}
can create a series and
celsius({32, 212, 72})
returns a three point series with values {0, 100, 22.22222222} .
MATLAB
MATLAB stands for matrix laboratory and was originally developed to provide
easier programming access to specialized matrix processing routines. MATLAB
consists of a command interpreter and a variety of sub-routines that reside in
ASCII files known as M files.
MATLAB and its companion products are used in a broad range of applica-
tions, including signal and image processing, digital signal processing (DSP),
and control design. The MATLAB product family includes tools for:
Test and measurement
Data analysis and exploration
Numeric and symbolic computing
Plotting and advanced visualization
Signal and image processing
Algorithm development
Deployment of MATLAB applications.
The
MATLAB
language
is
designed
for
interactive
or
automated
computation.
Matrix-optimized functions are used to perform interactive analyses, while
the structured language features allow users to develop their own algorithms
and applications. The language is applicable to a wide variety of tasks includ-
ing data acquisition, analysis, algorithm development, system simulation,
and application development. The language features include data structures,
object-oriented programming, graphical user interface (GUI) development
tools, debugging features, and the ability to link with C/C ++ routines.
MATLAB offers more than 600 mathematical, statistical, and engineering
functions, including:
Linear algebra and matrix computation
Fourier and statistical analysis functions
Differential equation solvers
Search WWH ::




Custom Search