Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.:cry:
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top