RAW884CNV

Program Description:

Allows you to convert single-polarization ADTS images WITHOUT an 8-8-4 header to headerless (raw) complex [32-bit real, 32-bit imaginary formatted files. Requires that you input the image dimensions.

Version #:

1.0

What New:

Initial Version

Program Usage:

raw884cnv <iname> <oname> <nsamples> <nlines> 

Description of Arguments: 

  • <iname>: Single-polarization 8-8-4 formatted image WITHOUT header.
  • <oname>: Single-polarization complex image WITHOUT header.
  • <nsamples>: Number of image samples (output image width)
  • <nlines>: Number of image lines (output image height)

Files Necessary to Compile: 

  • Source : raw884cnv.c
  • Make : raw884cnv.mk (optional)

Compiling & Linking Code:

    1. gcc -o raw884cnv raw884cnv.c -lm [enter]
    2. (Optional) Using the Makefile [raw884cnv.mk]:

Perform the following steps:

    1. % make -f raw884cnv.mk [Creates executable: raw884cnv]
    2. % make -f raw884cnv.mk clean [Deletes object code ]