Scilab 5.3.3
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
soundsec
generates n sampled seconds of time parameter
Calling Sequence
t=soundsec(n [,rate])
Arguments
- n
an integer, the number of seconds to generate.
- rate
an integer, the number of samples per second.
Description
generates a vector coding time from 0 to n
seconds at
sampled rate rate
.
Examples
<< sound | Sound file handling | wavread >> |