Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 440 Bytes

autoeq-pkg

Code only version of AutoEq

Installing

pip install git+https://github.com/jaakkopasanen/autoeq-pkg

Usage

See AutoEq for comprehensive documentation and usage examples

from autoeq.frequency_response import FrequencyResponse
fr = FrequencyResponse.read_from_csv('path/to/measurement/data.csv')
fr.plot_graph()