Skip to content

Implement noise floor effects #2

Description

@dbetchkal

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions