From: Deepak on
Can any one tell me how to compute the Matlab 'dpss' function with variable precision?

Regards,
Deepak
From: Wayne King on
"Deepak " <deepaksv86(a)yahoo.com> wrote in message <i2l96l$e5f$1(a)fred.mathworks.com>...
> Can any one tell me how to compute the Matlab 'dpss' function with variable precision?
>
> Regards,
> Deepak

Deepak, when you say variable precision, do you mean casting he DPS sequences as something other than their native class -- double?

Wayne
From: Deepak on
"Wayne King" <wmkingty(a)gmail.com> wrote in message <i2la8d$lrl$1(a)fred.mathworks.com>...
> "Deepak " <deepaksv86(a)yahoo.com> wrote in message <i2l96l$e5f$1(a)fred.mathworks.com>...
> > Can any one tell me how to compute the Matlab 'dpss' function with variable precision?
> >
> > Regards,
> > Deepak
>
> Deepak, when you say variable precision, do you mean casting he DPS sequences as something other than their native class -- double?
>
> Wayne

Yes, I want to perform the calculation with a precision more than the default double precision.

Deepak