Topic: Sine Table
Not finding your answer? Try searching the web for Sine Table
Answers to Common Questions
How to find sine function from sine table?
33 degree 42' 30" =33 degree 42.' +30/60' =33 degree 42.5' =33 degree +42.5/60 degree =33 degree +0.71 degree =33.71 degree sine(33 degree 42' 30") = sin(33.71 degree) =0.555 Read More »
Source: http://answers.yahoo.com/question/index?qid=20120416002641AAli75H
How to generate a sine look up table?
you know the number of entries needed. Is this for 45 degrees? 90 degrees?360? how many bits of precision do you need? Will you you be coding in 0 to 2^n -1, or in 2^s complement, or binary coded decimal etc. itis very simple to generate a ... Read More »
Source: http://answers.yahoo.com/question/index?qid=20101014135442AAwkhxd
How to convert the value of sine to degree, without a calculator ...
you mean radians -> degrees? The formula for that is 2*pi radians = 360 degrees. Therefore if you have a a radian value, you want to convert like so: your radian value * (360 degrees / 2pi radians) = your degree value. So in your case, if I... Read More »
Source: http://answers.yahoo.com/question/index?qid=20110820001047AA8XRdu
More Common Questions
Answers to Other Common Questions
Consider reading the answers given last time you asked: http://answers.yahoo.com/question/index;…
Read More »
Source: http://answers.yahoo.com/question/index?qid=20090708112142AA5JiON
you can get there http://mcraefamily.com/MathHelp/GeometryTrigCommonAngles.htm
Read More »
Source: http://answers.yahoo.com/question/index?qid=20070709194110AAQlIQ4
look at the unit circle. sin = ratio of the side opposite the angle to the hypotenuse of the rt triangle. zero degrees is usually considered a horizontal line think of a 45 degree angle and let the angle approach zero. the side opposite the...
Read More »
Source: http://answers.yahoo.com/question/index?qid=20091020193243AAkRsYH
can you please explain the method of generating spwm and if you can ,please post the code of spwm 50 hz for pic18......
Read More »
Source: http://www.edaboard.com/thread165449.html
To calculate sine or cosine, you can use FSIN or FCOS (respectively). There is also a FSINCOS command. FSIN replaces a value in radians in ST with its sine. FCOS replaces a value in radians in ST with its cosine. FSINCOS calculates the sine...
Read More »
Source: http://www2.cs.uh.edu/%7Eautomata/faq.html