-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I tried the reverberation_time example, and I get the following error:
[/usr/local/lib/python3.7/dist-packages/scipy/signal/filter_design.py](https://localhost:8080/#) in iirfilter(N, Wn, rp, rs, btype, analog, ftype, output, fs)
2344 if not analog:
2345 if numpy.any(Wn <= 0) or numpy.any(Wn >= 1):
-> 2346 raise ValueError("Digital filter critical frequencies "
2347 "must be 0 < Wn < 1")
2348 fs = 2.0
ValueError: Digital filter critical frequencies must be 0 < Wn < 1Any hints?
Best,
N
Metadata
Metadata
Assignees
Labels
No labels