Correlation bfsk fir design
This commit is contained in:
@ -34,7 +34,6 @@ impl DFTAlgorithm for Rader2FFT {
|
||||
let g = compute_prime_primitive_root(size);
|
||||
let permutations: Box<[usize]> = (0..(size - 1)).map(|i| exp_mod(g, i + 1, size)).collect();
|
||||
let sub_size = next_pow2(2 * size - 3);
|
||||
println!("{}", sub_size);
|
||||
|
||||
// Compute fourrier transform of twiddle factors
|
||||
let twiddle_factors = (0..sub_size)
|
||||
|
||||
Reference in New Issue
Block a user