Skip to main content

A collection of classes that can be used to build acoustic sources from the NOISEFILE format. It also contains classes to read the binary representations born from the author's dissertation

Project description

Image physical_sources

This is a collection of classes meant to provide access to acoustic source levels that were contained within the initial release of the Counter Listener Acoustic Warfare Software (CLAWS). But with the changes to the releasibility of the code and data from CLAWS, a number of classes were removed from the distribution.

NOISEFILE

The NOISEFILE representation of the various aircraft is retained, since these source descriptions are deemed unclassified and publically available through the various community noise releases. These data come as the static, ground-based measurements that define the semicircular data from the nose to the tail, on the left side of the aircraft. The second set of data exists within the flight database. This data is a collection of single spectra that were integrated as the loudest portion of the over-flight data. As such, it provides an over-estimate at the majority of the locations around the aircraft.

These datasets exist in a single library file, that can be loaded and then searched for the specific aircraft/power setting combination that is desired. Each element within the library exists as its own class that can be extracted and then saved externally as another file. These files can then be loaded without consideration for the remainder of the acoustic data.

Usage - Loading Flight NOISEFILE data extracted from the library previously

filename = str(Path(__file__).parents[3]) + "/_test data/physical_sources/acoustic_source/approach power.nf"
nfas = NoiseFileAcousticSource(filename)
s = SphericalCoordinate()

spl1 = nfas._sound_pressure_levels
spl2 = nfas.sound_pressure_level(s)

2023

May

  • Creation of the package
  • Added functions for the plotting of the surface
  • Moved functions for calculating the harmonic series expansion from separate classes to functions in the harmonic series representation

June

  • Updated the class for reading the EEG data to obtain a Waveform object from the selected channel within the listing
  • Refactored the HarmonicSeries class to inherit from the ISphereSource interface.

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

physical_sources-0.7.4.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

physical_sources-0.7.4-py3-none-any.whl (24.1 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