Signal Processing Toolbox | ![]() ![]() |
Save discrete prolate spheroidal sequences in database.
Syntax
dpsssave(nw,e,v)
status =
dpsssave(nw,e,v)
Description
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.
Examples
See Example 1: Using dpss, dpssave, and dpssdir.
See Also
|
Discrete prolate spheroidal sequences (Slepian sequences). |
|
Remove discrete prolate spheroidal sequences from database. |
|
Discrete prolate spheroidal sequences database directory. |
|
Load discrete prolate spheroidal sequences from database. |
![]() | dpssload | ellip | ![]() |