Skip to main content

Measurements with Python

Project description

measpy is a set of classes and methods to help the data acquisition and analysis of signals. It is mainly acoustics and vibrations oriented. This package is very recent, it is still incomplete and many bugs may appear.

The base classes are:

  • `Signal`: It is basically a class that contain a 1D numpy array, an a few other properties to describe the data as: sampling frequency, calibration and unit.

  • `Spectral`: A spectral data class that contains the complex amplitudes as a 1D numpy array for frequencies up to the Nyquist frequency, and some properties as sampling frequency, unit, description

  • `Measurement` : A class that describe a data acquisition process, its outputs (Signal objects), its inputs (Signal objects)…

  • `Weighting` : Weighting spectral functions (Not yet fully test/functionnal)

For now, these daq devices can be used :

  • Audio cards, via the `sounddevice` package,

  • NI DAQ cards, via the `nidaqmx` package.

  • Picoscope scopes, via the `picosdk-python-wrappers` package.

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

measpy-0.1.2.tar.gz (60.3 kB view hashes)

Uploaded Source

Built Distribution

measpy-0.1.2-py3-none-any.whl (42.3 kB view hashes)

Uploaded Python 3

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