Signal Processing Toolbox | Help Desk |
dpsssave
Save discrete prolate spheroidal sequences in database.
dpsssave(nw,e,v) status = dpsssave(nw,e,v)
dpsssave(nw,e,v)
saves the sequences in the columns of e
and their corresponding concentrations in vector v
in the DPSS MAT-file database dpss.mat
.
e
.
nw
is the time-bandwidth product that was specified when the sequence was created using dpss
.
status = dpsssave(nw,e,v)
returns 0 if the save was successful and 1 if there was an error.