LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Discrete cosine transform(DCT) in Labview

Could enyone help with implementing discrete cosine transform(DCT) for image compression and decompression in Labview?
0 Kudos
Message 1 of 2
(3,079 Views)
JPEG compression is based on truncated 2D cosine transforms. It's probably not worth to invent your own if there is a highly optimized industry standart format that does the same thing.

You can read and write JPEG files using the "graphics&Sound...graphics Formats" palette.
0 Kudos
Message 2 of 2
(3,079 Views)