Comp.dsp is a worldwide Usenet news group that is used to discuss various aspects of digital signal processing.
We found 153 threads matching "dct"
You are looking at page 1 of 4.
The most relevant threads are listed first
Davy - 2005-10-08 06:03:00
Hi all,
I am new to DCT and now testing my FDCT and IDCT program.
I found some of my high frequency DCT part is higher than low frequency
DCT part.
And I don't know whether it is correct.
Where can I find example of 8*8 DCT input and output to test my
code,thanks!
BTW,
my code's DCT in...
Hi,
I am looking for some technical information rgarding DCT. Why DCT is
used in image/video/audio instead of transform like FFT? What
information we get after taking a DCT? Is DCT just the real part of
FFT?
Please send me some info regarding this.
Thanking you
...
Dear all,
Can anybody tell me how to express 8x8 DCT in the form of 4x4 DCT?
8x8 DCT = function( 4x4 DCT) ???
Is there any simple relationship?
Thanks a lot,
-Walala
...
rad_ezd - 2006-06-28 02:05:00
HI all,
I have a query on DCT. How does DCT gives energy compaction
compared to DFT when it is applied to say an image?
~R
...
eblade - 2008-09-20 09:28:00
After reading, what seems like a lot of material, I'm still in doubt why
DCT isnt used in audio-compression. Seeing as DCT assumes mirror symmetry,
my only idea for not validating DCT over MDCT is that with real-life
signals you can rarely (if ever) expect a signal to have that property? Is
that cor...
crazydspguy - 2006-07-22 08:29:00
Hello,
I have the following question regarding obtaining the DFT of a signal
directly from its DCT representation:
Say we are given the N-point DCT coefficients Xdct(k) of some real-valued
signal x(n), but what we really want is the N-point DFT of x(n), Xdft(k).
I need to obtain the power ...
Dear all,
I came across an interesting problem: for a device both encodes and decodes
video, do the designers seperately design circuit for DCT and another
circuit for IDCT? I suspect that they have one universal transform circuit,
then with some modification, IDCT can be computed using the DC...
abood - 2007-07-28 08:56:00
Hello All,
I am trying to implement forward and inverse DCT based on Y. Arai, T.
Agui, and M. Nakajima, "A Fast DCT-SQ Scheme for Images," Trans. of the
IEICE, vol. E-71, no. 11, pp. 1095-1097, Nov. 1988 paper.
Both flow graphs for the forward and inverse DCT are given in the paper.
When I tr...
hello,
i know that it is possible but
i don't know how. radix-2 DCT are well
covered but i can't find radix-5 references
for DCT or FFT....
can anybody drop me the algorithm ?
thanks in advance,
YG
...
wallge - 2007-06-14 12:30:00
Can some one explain or point me to a paper with the proof of how the
DCT matrix transformation
Y=DCT(X) = AXA' (where A is the DCT transform matrix, X is the input
data matrix, Y is the transformed
data coeff's)
A(u,v) = (1/N)^(1/2) for u =0
A(u,v) = (2/N)^(1/2) * cos(PI*(2v+1)*u/(2*N)) ...
Dear all,
I guess this is a little simple... Don't largh at me if it is too simple...
Basicall I have a 3x3 filter, let's say [ -0.1 0.2 -0.1;
0.2 0.6 0.2;
-0.1 0.2 -0.1];
I want to do this in DCT domain......
Hi!
Can anyone explain me, why you use DCT instead of DFT for transformation
of image-data (like it is done for JPEG). I know that the DCT can be
performed by a DFT with a post-rotation. But what are the advantages of
the DCT compared to the DFT? Are there any benefits from the post-rotatio...
Hi
We know that DCT is almost as good as KLT for a 1st order markov process.
But under what cases ( if any) will they both KLT and DCT be the same.
regards
Abraham
This message was sent using the Comp.DSP web interface on
www.DSPRelated.com
...
senthil_lsk - 2007-04-26 11:38:00
I see that all are asking why DCT is better than FFT or DFT.
Where FFT is prepered than DCT? Why ? Is it only for phase information?
_____________________________________
Do you know a company who employs DSP engineers?
Is it already listed at http://dsprelated.com/employers.php ?
...
Had written a simplistic dct implementation some time back in 'C'. May
help.
http://piyushkaul.tripod.com/dct_c.zip. Optimized 2D-DCT implemention
src would also be available on net at many places.
Regarding using dct2. What problem are you having? The syntax is
B = dct2(A);
Can't possib...
CONTEXT:
I have implemented DCT's in fixed point (DCT-IV and DCT-II). Currently
I allow one extra bit, each time there is an addition, to avoid
overflow. For example for a size 64 transform there are 6 stages of
decomposition in radix-2 and each stage involves addition, which means
I need log2(...
mmoctar - 2009-03-30 08:43:00
Hi all,
Is there a best way for eigenvalue estimation in speech case for DCT-lms?
I test my algorithm with power normalization as proposed by Farhang, Ali H
Sayed and Haykin, my convergence still under the NLMS one and when I
increase the number of taps(500 taps) it become difficult to converge.
...
Chris Felton wrote:
> Couple reasons, first question is why is the DCT used instead of the
> DFT (fast version of both transforms exist, image compression
> literature is a good resource for DCT vs. DFT). This is mainly due to
> the property of energy compaction. On average the DCT repre...
greatman - 2010-02-22 08:11:00
Dear all,
Some watermarking technique is done in DCT domain.
To embed the watermark bit we can modify DCT coefficient,
for example I use the embedding formula : C'(i,j)=C(i,j)+alpha * w(i,j)
but,there is problem in decide factor alpha
How we can set the alpha factor rightly?
There is a fix r...
Neo - 2005-05-03 04:51:00
Hi guys,
I was curious to know why is it that DCT is used in image compression.
why not FFT?
...
dspraghava - 2007-07-17 00:35:00
Hi friends,
Can anybody send one example of 2-D DCT calculation with input
and out put matrix for any dimension. Atleast send me input and output
for 2-D DCt (4X4 or 8X8) any dimension. I need to finalize the algo for
implementing in FPGA.
Please kindly respond ASAP.
R...
I think that the real answer to your question is that, if you know a
priori that your data has (or should have) real-even symmetry, then
you should use a discrete cosine transform (DCT). In particular, the
symmetry that you have been assuming in your posts is *exactly*
equivalent to using a typ...
jolly_juggernaut - 2007-11-14 09:16:00
What is the best way (in terms of reduced computation thus resulting in
reduced power consumption) to implement DCT in hardware(iam interested in
doing RTL and then synthesize with some technology library rather than
doing an FPGA kind of implementation). I intend to implement 8x8 DCT with
each elem...
Koen - 2005-03-15 09:12:00
Koen wrote:
> Hi,
>
> Does anyone know of working and tested code (C/C++/pseudo/...) for
> doing a fast 1-D DCT ?
> I know about the Numerical Recipes code, but that has a rather
> restrictive license...
> I also have DCT and IDCT working already using the straight
> implementat...
njp - 2005-06-03 08:55:00
hi,
i'm vlsi student. my project is on vlsi implementation of MDCT.
can any one suggest me about the books and materials that i've to refer
for the basics of DCT and MDCT. since i have to implement in FPGA can u
suggest the best architecture for DCT and MDCT for vlsi implementation
tha...
HyeeWang - 2009-02-23 00:51:00
1. As a kind of cepstrum, mfcc must comply with the basic process of
cepstrum computation.
But while calculating mfcc,Why use "dct",not "idft" ?
Here,I do not deny the rationality of dct.But I wanna a proper
explanation.
2. Why throw the first coefficient of mfcc --the zeroth order
coe...
Hi,
Could anyone direct me to a very good 1D DCT Implementation in C/C++
My data is in sets of 8 numbers.
Thanks a ton,
Soumyadip.
...
kas05 - 2006-12-18 19:35:00
Where can I find example of 8x8 dct input &output to test my code.
I using input by Hexadecimal.
nad also using multiply two's complement.
...
dspraghava - 2007-07-16 08:58:00
Hi,
I am working on verilog coding of 2-D DCT. To finalize the algorithm
for hardware implementation, I need to work on 1 example to know the exact
process. Can anybody send link having input and output, so that I could
cross check it.
Please help me ASAP.
Regards,
Raghavendra
...
2006-12-07 01:52:00
Hi,
In any standard implementation of DCT, the DCT coefficients are
quantized using Quantization Coefficients included in the JPEG file
stream.
Here where is the Quantization step size ? Do they vary in MPEG files
Is it 2^(M-1) ? Is it M = 10. for JPEG files
James Colin
...![[Question] Quantization step size for DCT coefficients](http://cdn.dsprelated.com/images/icon_more.jpg)
Dear all,
Can anybody tell me what are the key properties of DCT/IDCT(2D) which lend
it to the such wide use in image processing?
I mean, why FFT, DHT, and other transformations are not used in image
processing/compression?
Book says that DCT resembles K-L transformation mostly, but how a...
Juzpe - 2006-05-15 08:41:00
Hi all,
I'm struggling to get my 8x8 DCT working with Cordic. With matrix
multiplication it works fine. Have anyone done this with MatLab?
I really appreciate any help available!
If someone would be interested in taking a look I can send you my current
solution that has some small bug but I...
Ramya - 2004-04-19 03:35:00
Dear All,
I have DCT by B.G.Lee paper with me. I want to know whether source
code for this algorithm is available on web?.
If available where can I get ?.
Regards,
Ramya.
...
VelociChicken - 2008-10-28 15:26:00
Hi guys, I discovered Spiral's DSP creator, but I've had odd results from
it, so I guess I'm all wrong about how to use it.
http://spiral.net/index.html
From what I've read elsewhere the type III DCT is the inverse of type II,
but doing II followed by III recreates a stepped waveform, as t...
gims - 2005-05-24 22:57:00
Hi,
Finally whats the code? What are the mistakes? I cant figure it out. Could
u explain?
How to draw moving picures to pictures and then pictures to macroblocks?
I am presently looking for MPEG4 Encoder and Decoder. Please give some
information. Is there any opensources? Is it good to sta...
destiny_nz - 2007-06-26 07:22:00
Hi guys,
I am currently doing a project about the multiple description coding for a
image using correlating transform. In one of the IEEE journals, the author
describes the encoder as:
âThe coder is based on a modification of a standard JPEG coder. In our
baseline encoder, each block of s...
Hello,
Does anyone know where I can find a good references that can recommend
coefficients for a function that uses DCT for the transform and X
coeffiecients
to either lowpass filter a 1-D sample (8-pixels) or 2-D (8x8 pixels) sample
of image data.
thanks
rainy
...
Ramya - 2004-05-18 04:35:00
Hi all,
I want to know whether the reference implementation of B.G.Lee's(Full
name Given below) DCT algorithm was availabe on web ? If available,
anyone please tell me the path or send me the code.
Thanks in advance,
Regards,
Ramya.
****************************************************...
"walala" wrote
> Anybody give me some pointers? Thanks a lot in advance!
Try http://citeseer.nj.nec.com/kim98fixedpoint.html
BTW if you are using a coarse enough DCT approximation such that
reconstruction gets you blocks you are better off using a transform like
binDCT ... a fast inte...
I've read ( 'have understood') that for real symmetric signals the DCT
and DFT are equivalent.
That got me thinking about a particular set of pseudo noise signals and
how information is encoded. I'm interested in things loosely associated
with speech recognition. Wouldn't be reasonable to...