[SciPy-Dev] discrete sine transforms

Matt Terry matt.terry at gmail.com
Wed Nov 30 16:13:17 EST 2011


On Wed, Nov 30, 2011 at 11:36 AM, Warren Weckesser
<warren.weckesser at enthought.com> wrote:
>
>
> On Wed, Nov 30, 2011 at 1:19 PM, Matt Terry <matt.terry at gmail.com> wrote:
>>
>> Hi,
>> I noticed that scipy.fftpack has discrete cosine transforms, but not
>> sine transforms.  It also looks like the dst's are in the fftpack
>> source, just not the scipy wrappers.  Is there a special reason for
>> not wrapping the dst's, or do they just lack a champion?
>
>
>
> There's a ticket for that:  http://projects.scipy.org/scipy/ticket/1432
>
> I don't see any reason for not making dst available.  I suspect it just
> hasn't been a top priority for anybody.  A pull request would be great, if
> anyone wants to implement this.
>
> Warren

Sounds good.  I should have something working and tested this weekend.

-matt



More information about the SciPy-Dev mailing list