艾灵
Results
2
issues of
艾灵
Hi! Recently I try to use the dataset pst (2520 * 399, same as the paper) to run the code. But I can't get similar result as those in the...
Hello! I can't understand the calculation method in FFT. o1_real = x.real * w1[0] - x.imag * w1[1] + b1[0] o1_imag = x.imag * w1[0] + x.real * w1[1] +...