Search:
MATLAB Central
File Exchange
Answers
Newsgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
Create Account
Log In
File Exchange
Answers
Newsgroup
Link Exchange
Blogs
Trendy
Cody
Contest
MathWorks.com
Download Submission
Code covered by the
BSD License
Highlights from
Circular convolution using DCT and DST
DST2e(x)
Calculation of DST2e using DCT2e.
b=DCT2e(a)
b=DST1e(a)
dsC2e=dC2e(s)
dsS2e=dS2e(s)
f=DCT1e(x)
Reference "The Transforms and Applications Handbook" chapter 3,
CircularConvolutionUsingDCTan...
View all files
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