Scilab 5.3.0
Please note that the recommended version of Scilab is 6.1.1. This page might be outdated.
See the recommended documentation of this function
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 | Manipulação de Arquivos de Som | wavread >> |