Ahmet Inan
|
d0419241ea
|
made CRC32 example a bit more representative
|
2018-09-11 10:35:30 +02:00 |
|
Ahmet Inan
|
61b3358cbf
|
added lerp function
|
2018-09-11 08:09:29 +02:00 |
|
Ahmet Inan
|
7c19098c87
|
added signum()
|
2018-09-09 20:24:14 +02:00 |
|
Ahmet Inan
|
e149e5edc4
|
added mixed-radix fast Fourier transform
lifted from my fft project and changed interface:
https://github.com/xdsopl/fft
|
2018-08-25 12:22:58 +02:00 |
|
Ahmet Inan
|
9057df88b0
|
added faster complex math
This is lifted from my mixed-radix fft project:
https://github.com/xdsopl/fft
|
2018-08-25 11:25:39 +02:00 |
|
Ahmet Inan
|
beecb3bd2c
|
added simple linear regression
|
2018-08-08 10:16:28 +02:00 |
|
Ahmet Inan
|
5eec31a61f
|
need CRCs way to often
|
2018-07-28 21:13:53 +02:00 |
|
Ahmet Inan
|
9bd5546470
|
added Algorithm for computing Natural Cubic Splines
Modified algorithm from Wikipedia to work with integer x_i and x_i >= 0:
https://en.wikipedia.org/wiki/Spline_(mathematics)#Algorithm_for_computing_natural_cubic_splines
|
2018-03-28 16:29:46 +02:00 |
|
Ahmet Inan
|
52b16be64a
|
added WAV file writer
|
2018-03-10 20:10:54 +01:00 |
|
Ahmet Inan
|
24594f93bb
|
added Blackman window
|
2018-03-04 09:14:13 +01:00 |
|
Ahmet Inan
|
4e00849662
|
added const.hh for some constants
|
2018-03-04 08:23:57 +01:00 |
|
Ahmet Inan
|
7041b750af
|
improved sentence about Kahan summation a bit
|
2018-03-03 12:51:42 +01:00 |
|
Ahmet Inan
|
d08fb02393
|
added list of window functions
|
2018-03-03 12:48:52 +01:00 |
|
Ahmet Inan
|
799c09a0fb
|
added some window functions
|
2018-03-02 15:57:07 +01:00 |
|
Ahmet Inan
|
7770fff23c
|
The Kahan summation is very handy
|
2018-03-02 14:26:30 +01:00 |
|
Ahmet Inan
|
826ee2b085
|
Initial commit
|
2018-03-02 14:04:46 +01:00 |
|