本文介绍了用C / C ++实现快速一维DCT的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




任何人都可以指导我使用C / C ++进行非常好的一维DCT实现


我的数据是成套的8个数字。


非常感谢,

Soumyadip。

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.

推荐答案




这应该是显而易见的1D DCT是什么?我不记得它是用语言本身定义的

。你是在正确的新闻组吗?


V

-

请在邮寄回复时从我的地址中删除资金



Is it supposed to be obvious what "1D DCT" is? I don''t remember its being
defined in the language itself. Are you in the right newsgroup?

V
--
Please remove capital As from my address when replying by mail




它应该是显而易见的1D DCT是什么?我不记得它是用语言本身定义的。你是在正确的新闻组吗?

V
-
请通过邮件回复从我的地址删除资金



Is it supposed to be obvious what "1D DCT" is? I don''t remember its being
defined in the language itself. Are you in the right newsgroup?

V
--
Please remove capital As from my address when replying by mail






您可以扩展在线程中找到的DFT(下面)。 Bux先生

彻底检查了我的DFT版本,这非常棒。我意识到你

不在乎它是否是C与C ++,但我有点厌恶所有C / /
版本的transfrorms我'见过(所有malloc',免费'让我

紧张)。



旁白:我怀疑你可能正在改变图像数据?在那个

方面,DCT可以通过DFT进行后旋转



You could expand on the DFT found at the thread (below). Mr Bux
overhauled my version of the DFT and it''s excellent. I realize you
don''t care if it''s C versus C++ but I''m sort of sick of all the C
versions of transfrorms I''ve seen ( all the malloc''s, free''s make me
nervous ).
http://groups.google.com/group/comp....d97752f4b97e23

An aside: I suspect you''re probably transforming image data? In that
regard, the the DCT can be performed by a DFT with a post-rotation


这篇关于用C / C ++实现快速一维DCT的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-26 02:19