Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.06 KB

PyDynamic.misc.rst

File metadata and controls

43 lines (30 loc) · 1.06 KB

Miscellaneous

The PyDynamic.misc package provides various functions and methods which are used in the examples and in some of the other implemented routines.

The package contains the following modules:

  • PyDynamic.misc.SecondOrderSystem: tools for 2nd order systems
  • PyDynamic.misc.filterstuff: tools for digital filters
  • PyDynamic.misc.testsignals: test signals
  • PyDynamic.misc.noise: noise related functions
  • PyDynamic.misc.tools: miscellaneous useful helper functions

Tools for 2nd order systems

PyDynamic.misc.SecondOrderSystem

Tools for digital filters

PyDynamic.misc.filterstuff

Test signals

PyDynamic.misc.testsignals

PyDynamic.misc.noise

Miscellaneous useful helper functions

PyDynamic.misc.tools