Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
mapsound
Plots a sound map
Calling Sequence
mapsound (w,dt,fmin,fmax,simpl,rate)
Arguments
- dt,fmin,fmax,simpl,rate
scalars. default values dt=0.1,fmin=100,fmax=1500,simpl=1,rate=22050;
Description
Plots a sound map for a sound. It does FFT at time increments dt.
rate
is the sampling rate. simpl
points are collected for
speed reasons. fmin
and fmax
are used for graphic
boundaries.
Examples
Report an issue | ||
<< loadwave | Sound file handling | mu2lin >> |