Fabian Brinkmann

Results 69 comments of Fabian Brinkmann

I assume/hope this is a classic wait it out thingy...

As indicated by the warning, the minimum bandwidth is a function of the gain. So in general you can have shelving filters with arbitrary slopes if you adjust the bandwidth....

> A- B- and C-weighting could be adapted from this: > https://github.com/endolith/waveform-analysis/blob/master/waveform_analysis/weighting_filters/ABC_weighting.py The implementation here is not in agreement with the ISO norm. Differences between the magnitude response of the...

> are B and D curves necessary? Was not aware of that. I think in this case only having A and C is fine. > do you mean it should...

I thought about that as well. It could be done in the style of solutions 1-3. But maybe the unit itself would not be enough. For example the unit seconds...

I edited the comment above - did that clarify?

Yes and no. My main point and understand of this is: I like the idea of providing a unit, but this alone does not solve the problem of clearly specifiying...

@sikersten not sure if I understand the above correctly. What do you mean by automatic input checks. I thougt they are not done automatically, even if adding type hints.

Generally like the ideas. If we decide to do so, I would suggest to do a first pull request to introdeuce `LTISystem` and adapt `Filter` accordingly. > For example `self._initialized`...