Some useful projects

卡尔曼滤波器

May 03, 2024

Conference proceedings talk, Testing Institute of America 2014 Annual Conference, Jiu Long Hu, Earth

```C++ #ifndef _MYKALMAN_H #define _MYKALMAN_H #include <Eigen\Dense>

快速傅里叶变换

May 01, 2024

, , Jiu Long Hu, Earth

```C++ struct FastFourierTransform { Complex omega [N], omegaInverse [N] ;