PDA

View Full Version : DCT3 and DCT4 codes algo


GSM tools
07-27-2004, 18:01
I would like have algorithm in PHP for generating DCT3, DCT4 codes
anybody can help me with it?

thank you

Al
07-28-2004, 14:46
Get the C algos for DCT3 & DCT4 (it's free in the internet, here (http://forum.gsmhosting.com/vbb/showthread.php?t=150976) for example) and port them to PHP :) It could be done in a half hour (even less) for both of them ;)

GSM tools
07-28-2004, 19:24
Get the C algos for DCT3 & DCT4 (it's free in the internet, here (http://forum.gsmhosting.com/vbb/showthread.php?t=150976) for example) and port them to PHP :) It could be done in a half hour (even less) for both of them ;)

thank you for help, I already have these algos in C, but I dont much about C and can not rewrite it to PHP....
can you do it for me please? ;)