Code covered by the BSD License  

Highlights from
Circular convolution using DCT and DST

from Circular convolution using DCT and DST by Reju VG
circular convolution using Discrete sine and cosine transforms

b=DST1e(a)
function b=DST1e(a)
b=dst(a);
b=2*b;   

Contact us