├── .gitattributes ├── Allan 方差:陀螺仪噪声分析.pdf ├── README.md └── Software ├── allan.m ├── data.dat ├── gyro_data.m ├── nihe.m └── untitled.bmp /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/.gitattributes -------------------------------------------------------------------------------- /Allan 方差:陀螺仪噪声分析.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Allan 方差:陀螺仪噪声分析.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/README.md -------------------------------------------------------------------------------- /Software/allan.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Software/allan.m -------------------------------------------------------------------------------- /Software/data.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Software/data.dat -------------------------------------------------------------------------------- /Software/gyro_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Software/gyro_data.m -------------------------------------------------------------------------------- /Software/nihe.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Software/nihe.m -------------------------------------------------------------------------------- /Software/untitled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/XinLiGH/GyroAllan/HEAD/Software/untitled.bmp --------------------------------------------------------------------------------