Menu

#305 dau1997 (and maybe other models) fail when flow and fhigh are outside the range of basef

1.7
open
bug (35)
2024-09-27
2023-09-09
No

Way to recreate the bug:
[insig,fs] = greasy;
[outsig,fc,mfc] = dau1997(insig,fs,'flow',200,'fhigh',200);

The problem is that in this case fc will be empty (because basef=1000 Hz by default) and therefore there is no fc that exactly matches flow=fhigh=200 Hz. This produces an empty outsig that fails when modfilterbank is run.

Discussion

  • Piotr Majdak

    Piotr Majdak - 2024-08-19
    • labels: --> bug
    • Milestone: --> 1.6.0
     
  • Piotr Majdak

    Piotr Majdak - 2024-09-27
    • Milestone: 1.6.0 --> 1.7
     

Log in to post a comment.