Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
AudioTools[Preview] - previews audio data in the worksheet in the form of an audiogram
Calling Sequence
Preview(audArray, optDuration, options)
Parameters
audArray
-
Array, Vector, or Matrix containing the audio data to preview
optDuration
the amount of the data, in seconds, to preview (optional)
options
options modifying the preview operation
Description
The Preview command generates a plot of audio data.
The audArray parameter must be a dense, rectangular, one or two dimensional Array, Vector, or Matrix with datatype=float[8].
The optional optDuration parameter indicates the amount of the recording, in seconds, to preview. If omitted, the entire recording is previewed.
A positive value for the optDuration parameter indicates that samples from the beginning of the recording are to be previewed.
A negative value for optDuration specifies that samples from the end of audArray are to be previewed. The last seconds will appear in the preview.
The duration can also be specified as a range of time values, in which case the samples falling in that time interval are previewed. Negative values are treated as above.
The audio is resampled for previewing, and is displayed with the x-axis corresponding to elapsed time.
By default, the data is resampled for previewing using B-spline interpolation (the default mode for the AudioTools[Scale] function). If the option method=nearest is specified, the Preview command will use the nearest-neighbor algorithm. This method is significantly faster, but produces a poorer quality audiogram.
The default color for the audiogram is green, as this makes it easier to read the axis labels superimposed on what is typically a very dense plot. The option color=colorSpec can be used to override this behavior. The colorSpec can be any color specification as described in the plot[color] help page, or it can be a list of such specifications. If a list is given, each entry is used as the color for the corresponding channel of audio data.
Examples
See Also
Array, AudioTools, AudioTools[Write], Matrix, Vector
Download Help Document