Forum Discussion
Altera_Forum
Honored Contributor
12 years agodivision procedure in schematic programming
i want divide an analog input say 4sinwt....so max value is 4. i want to divide the signal by 5 so output will be 0.8sinwt. so how i program through lpm_divide blockto get such result.
Altera_Forum
Honored Contributor
12 years agothe denominator needs to be at least 3 bits. The number of bits is determined by the number of bits you require for the fraction component.
How many bits are fractional on the input? given that it is 4sinwt, I assume you have at least 4 integer and 12 fractional?