Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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