Coder Social home page Coder Social logo

dbetchkal / acousticrecord Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.07 MB

Simulating observation of an acoustic environment, while retaining noise and natural sound as independent components of the system.

Python 100.00%
acoustics simulation detection-model ambient-sounds

acousticrecord's People

Contributors

dbetchkal avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

acousticrecord's Issues

Temporal summaries

i.e., by hour, by day

these will allow better comparison to empirical data

Implement noise floor effects

The noise floor changes the distribution of sound pressure levels quite a bit and will be necessary to compare to empirical observations. Peaky histograms of Leq, 1s are a good example:

How Does Noise Floor influence LAeq histograms

Shouldn't be too hard - slightly variable noise floor time series as an attribute, self.noise_floor would allow the creation of a fourth time series, self.censored_record

For LD831 data I was using noise_floor = np.random.normal(19.0, 3.0, size=rec.duration), which probably should become the default.

explore alternatives to Gaussian

Received comments (on 02/10/20) related to use of the Gaussian distribution in point_source(). Potentially the Rayleigh or Beta distributions could be a better choice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.