For example, if my histogram has N bins from x_min to x_max, so the width of one bin is equal to N / (x_max - x_min). The output histogram after FFT is same size N, but what about x_limits? As I understand, it should be from -1 / [N / (x_max - x_min)] to 1 / [N / (x_max - x_min)], right?