query on sine/cosine lut

Status
Not open for further replies.

debalina

Junior Member level 2
Joined
Jul 22, 2011
Messages
23
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,428
sir i have some queary on the following code input_phase_usign := unsigned(input_phase);
--Sin
if ((input_phase_usign>=0)and(input_phase_usign<=3493)) then
sin_out <= "000";
1.how do i assign the range of sine angle ( means 0 to 3493)
2.how do i represent the angle as "000" for all the angles in between this range?
plz help me.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…