finding single max value in an input signal having 1000 decimal values
I want to find max in input file, read from a memory. This input file size 1000 decimal sample values. I have written the following code to find max value but it didn't give the correct result .plzz...