The boundaries of each flitter should be calculated independently, and not suppose that the input frequencies are spaced properly.
So right now, if we input two frequencies that are not spaced according to the width parameter, e.g. [63, 1000], the boudaries are: [56.12661924, 70.71510904, 1122.46204831]. But there should be 4 boundaries.
The boundaries of each flitter should be calculated independently, and not suppose that the input frequencies are spaced properly.
So right now, if we input two frequencies that are not spaced according to the
width
parameter, e.g.[63, 1000]
, the boudaries are:[56.12661924, 70.71510904, 1122.46204831]
. But there should be 4 boundaries.