austil / timeseries-analysis-with-transducer

Time series synthesizer code generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeseries Analysis with Transducer

This project was about understanding and implementing a research article describing how to automatically generate code (in our case JavaScript) for syntezing temporal series.

Usage

npm install

# Generate program
node ./src/app.js ../seed_transducer/st_peak.json ../decoration_table/dt_feature.json

# Run the program (it may require some params)
node dist/feature_peak.js ../ts_sample.json width max

# Generate everything and test
npm run test

Developers

About

Time series synthesizer code generator

License:MIT License


Languages

Language:JavaScript 100.0%