Shift theorem in Discrete Fourier Transform

后端 未结 2 883
情歌与酒
情歌与酒 2021-02-10 13:40

I\'m trying to solve a problem with python+numpy in which I\'ve some functions of type that I need to convolve with another function . In order to optimize code, I performed th

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-10 13:49

    Nice, thank you very much for sharing! I've implemented something in this lines some time ago, but couldn't really grasp the mathematics of it (I've blindly ported a whitepaper that described the algorithm). FWIW, this it it: https://github.com/creaktive/flare/blob/master/nrf905_demod.c#L376

提交回复
热议问题