Some tools to analyse curves
See Documentation to get started !
Chirp example
Just clone, it's basic c++
A quick use on other projets..
Will ideally be a lib. For now it's just a set of functions
- 0.7.1
- SVD beginning, tapering functions
- 0.7.0
- Subplots
- 0.6.0
- Spline interpolation, Smooth spline
- 0.5.0
- Discrete Fourier Transform, Power Spectral Density
- 0.4.2
- Generic matrix class
- 0.4.1
- Lagrangian interpolation
- 0.4.0
- Moving average, gaussian nois, Box Muller
- 0.3.2
- Chebychev nodes, tangent, differentiation
- 0.3.1
- Autoregressive model
- 0.3.0
- Least Squares
- 0.2.0
- Matrix class
- 0.1.2
- Add sample method
- 0.1.1
- Add mergeSort algorithm
- 0.1.0
- Add plot
- 0.0.1
- Work in progress
- Fork it (https://github.com/MaximeAeva/AnalyticsTools/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request