var searchIndex = {}; searchIndex["rustfft"] = {"doc":"","items":[[3,"FFT","rustfft","",null,null],[5,"dft","","",null,null],[11,"new","","Creates a new FFT context that will process signal of length\n`len`. If `inverse` is `true`, then this struct will run inverse\nFFTs. This implementation of the FFT doesn't do any scaling on both\nthe forward and backward transforms, so doing a forward then backward\nFFT on a signal will scale the signal by its length.",0,{"inputs":[{"name":"usize"},{"name":"bool"}],"output":{"name":"self"}}],[11,"process","","Runs the FFT on the input `signal` buffer, and places the output in the\n`spectrum` buffer.",0,null]],"paths":[[3,"FFT"]]}; initSearch(searchIndex);