Scilab 5.3.3
Scilab help >> Sound file handling > soundsec
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 | Sound file handling | wavread >> |