Program to take conjugate of a complex file.
Program: ./cpxconj take conjugate of a given complex float file
USAGE:
./cpxconj infile1 [ outfile ]
infile[12] contain complex values a+ib
outfile contains conj(a+ib)=a-ib
EXAMPLE: cpxconj cint.raw cint.raw.conj