I am reading a radio signal of complex type from a binary file. When I use the readfile.vi with a complex constant as the byte stream type everthing works fine. It outputs an array of correct complex values.
However, when I don't cast the type on the readfile.vi, but type cast it using the typecast.vi, using an complex array as the type,it gives me different values. They are close, but not the same. I need to use this method as I plan on using TCP and the readTCP.vi does'nt have a cast input.
I am using LV7.1 on Linux
Any ideas on whats going how the read file cast and the type cast is different??
I have attched a VI with the 2 different methods.
Download File:post-5499-1155677245.vi
Cheers for any help
Paul