Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fx_s1615
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RealCoding2_Team1
fx_s1615
Commits
10fc2e17
Commit
10fc2e17
authored
4 years ago
by
최형택
Browse files
Options
Downloads
Patches
Plain Diff
Edit sine table indentations
parent
95b2d48c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-11
11 additions, 11 deletions
README.md
with
11 additions
and
11 deletions
README.md
+
11
−
11
View file @
10fc2e17
...
...
@@ -352,17 +352,17 @@ angle 이 0도부터 90도까지인 경우, sin 값을 fx_s1516으로 표현한
불필요한 연산을 줄이고자 아래와 같은 SinTable을 사용하게 되었다.
```
const static fx_s1615 fx_1615_SinTable[91] = {
0, 571, 1143, 1714, 2285, 2855,
3425, 3993, 4560, 5126, 5690, 6
25
2
,
6812, 7371, 7927, 8480, 9032,
9580, 101
25,
10668, 11207, 11743, 12
27
5
,
12
80
3
, 1
3327, 1384
8,
14364, 14876, 15383, 15886
, 1
6
384
, 16876
, 1
7
364, 1
784
6, 1
8323
,
18794, 19260, 19720, 20173, 20621, 21062, 21497, 21926, 22347,
22762, 23170, 23571, 23964, 24351, 24730,
25101, 25465, 25821,
26169, 26509, 26841, 27165, 27481, 27788, 28087,
28377, 28659,
28932, 29196, 29451, 29697, 29935, 30163, 30381, 30591,
30791,
30982, 31164, 31336, 31498, 31651, 31794, 31928, 32051, 32165,
32270, 32364, 32449, 32523, 32588, 32643, 32688, 32723, 32748,
32763,
32768
const static fx_s1615 fx_1615_SinTable[91] = {
0, 571, 1143, 1714, 2285, 2855, 34
25,
3993, 4560, 5126,
5690, 6
25
2
,
6812, 7371, 79
27,
8480, 9032, 95
80, 1
0125, 1066
8,
11207, 11743, 12275, 12803, 13327
, 1384
8
, 1
4
364, 1
487
6, 1
5383, 15886
,
16384, 16876, 17364, 17846, 18323, 18794, 19260, 19720, 20173, 20621,
21062, 21497, 21926, 22347,
22762, 23170, 23571, 23964, 24351, 24730,
25101, 25465, 25821,
26169, 26509, 26841, 27165, 27481, 27788, 28087,
28377, 28659,
28932, 29196, 29451, 29697, 29935, 30163, 30381, 30591,
30791,
30982, 31164, 31336, 31498, 31651, 31794, 31928, 32051, 32165,
32270, 32364, 32449, 32523, 32588, 32643, 32688, 32723, 32748,
32763,
32768
};
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment