Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rob-luke/apes.jl
Amplitude and Phase Estimation of a Sinusoid
https://github.com/rob-luke/apes.jl
Last synced: 9 days ago
JSON representation
Amplitude and Phase Estimation of a Sinusoid
- Host: GitHub
- URL: https://github.com/rob-luke/apes.jl
- Owner: rob-luke
- License: mit
- Created: 2014-11-24T09:01:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T20:29:02.000Z (over 9 years ago)
- Last Synced: 2024-10-15T18:31:22.572Z (24 days ago)
- Language: Julia
- Size: 207 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
APES
====
[![Build Status](https://travis-ci.org/codles/APES.jl.svg?branch=master)](https://travis-ci.org/codles/APES.jl)Amplitude and Phase Estimation of a Sinusoid
## Discontinued
**This project has been merged in to the [JuliaDSP Estimation](https://github.com/JuliaDSP/Estimation.jl) repository**
The code remains here for historical and convenience reasons.## Documentation
Function [documentation](http://codles.github.io/APES.jl/)
## Installation
```julia
Pkg.clone("[email protected]:codles/APES.git")
```