Scilab 5.3.3
      
      
    Please note that the recommended version of Scilab is 2026.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 nseconds at
    sampled rate rate.
Examples
| << sound | Manipulação de Arquivos de Som | wavread >> |