Skip to content

jaakkopasanen/autoeq-pkg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()