这是indexloc提供的服务,不要输入任何密码
Skip to content

hotwatermorning/WaveTable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveTable

Implement fast_sin(x) using wave table.

Usage

hwm::WaveTable table(256); // construct WaveTable with entry size.

double value = table.fast_sin(0.123); // get value from the table.

How to build sample program.

Clone this repository, cd into the directory and run make.

About

Implement fast_sin(x) using wave table.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published