Skip to main content

Transfer function estimation based on frequency response.

Project description

Tfest

Transfer function estimation with frequency response. Only works for SISO systems for now. Python equivalent of MATLAB tfest

Installation:

pip install tfest

Example:

To get a scipy transfer function:

import tfest
# u: input
# y: output
te = tfest.tfest(u, y)
te.estimate()
te.get_transfer_function()

To plot its bode diagram:

te.plot_bode()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tfest-0.1.6.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page