Search found 1 match

by pluginstarter
Wed Sep 30, 2009 7:26 am
Forum: General Audio Programming
Topic: how to normalize a floating point data?
Replies: 1
Views: 1413

how to normalize a floating point data?

Hi, guys I have a normalizing waveform question. if waveform data is integer point, and I know the max value is. I can get normalized data by dividing to it. How about the data is floating point? How can I normalize the floating point value? what should be the maximum floating point value? Thanks! L...