10-21-2013 09:56 AM
10-21-2013 10:00 AM
Hello GerdW,
It seems like labview saved the file into a new folder.
10-23-2013 09:12 AM
Bump anyone
10-23-2013 10:55 AM
10-23-2013 02:47 PM
I have implement your suggestion, but I am getting this wierd error.
Error 116 occurred at Read from Binary File in reading_in_data.vi
Possible reason(s):
LabVIEW: Unflatten or byte stream read operation failed due to corrupt, unexpected, or truncated data.
Please view the changed file.
10-24-2013 02:06 AM
10-25-2013 01:24 PM
Thank you so much. I am finally able to read in the wav file.
04-12-2016 09:13 PM
Hi Kulsman,
I am also working on a project trying to do encryption on a waveform data. Were you able to decrypt and recreate the wav file after encryption? If so, how?
Warm Regards,
Matt
04-12-2016 10:02 PM
Hello GerdW,
I am also trying to do encryption, but instead I am trying to do TEA on a waveform data. Is there a way to pass a double into TEA and encrypt it? Because if I convert the array data of the waveform (which is type double) into U32, all of the values become 0 since the waveform values are never greater than 1. Attached is a picture of what I am trying to do. Thanks for your help.
Warm Regards,
Matt
04-12-2016 10:02 PM
Hello GerdW,
I am also trying to do encryption, but instead I am trying to do TEA on a waveform data. Is there a way to pass a double into TEA and encrypt it? Because if I convert the array data of the waveform (which is type double) into U32, all of the values become 0 since the waveform values are never greater than 1. Attached is a picture of what I am trying to do. Thanks for your help.
Warm Regards,
Matt