登录
首页 » Visual C++ » MEMS-gyro-error-characteristics

MEMS-gyro-error-characteristics

于 2013-04-21 发布 文件大小:811KB
0 289
下载积分: 1 下载次数: 40

代码说明:

  微小型MEMS陀螺的误差特性研究,对于mems陀螺仪误差建模和补偿方法(Miniature MEMS gyro error characteristics of the MEMS gyroscope error modeling and compensation method)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TheResearchofSpatialSpectrumEstimationAlgorithminS
    智能天线技术是第三代移动通信系统的关键技术之一,也是国内外热门的研究课题。由于无线移动通信的信道传输环境具有复杂性和不确定性,存在多径衰落和时延扩展,因此造成了符号间串扰、同信道干扰、多址干扰等,这些干扰降低了链路性能和系统容量,智能天线技术是解决以上问题的方法之一。 本文首先阐述了智能天线和白适应波束形成的基本理论,然后对自适应算法进行了研究。对一些基本的自适应算法最小均方算法、恒模算法及递推最小均方算法进行了分析讨论,用计算机仿真的结果论证了算法的性能。针对相干干扰介绍了空间平滑技术,对传统的相干干扰抑制方法-空间平滑法进行了分析,采用改进算法有效降低了空间平滑算法的运算量。对信号波达方向(DOA)的估计是智能天线研究的另一关键问题。第四章在介绍了阵列信号处理方法的基础上,先简单介绍了Bartlett、Capon、MUSIC等空间谱估计算法,分析了信源数目过估计与欠估计情况下的MUSIC算法性能,提出一种改进算法,在信源数目有误差的情况下该算法的性能良好。第五章针对多径干扰环境,在分析MMUSIC算法的基础上,本文提出了基于低秩矩阵逼近法的改进MUSIC算法(In this paper, firstly, the author illustrates the principles of smart antenna and adaptive beam forming, and then introduces some typical adaptive algorithms, the LMS ,CMA and RLS algorithms are analyzed and discussed and simulate them in the computer to prove their capability. but they have the disadvantage of high complexity, so they are not fit for practice. The paper analyses the conventional method rejecting spatial smoothing coherent interfering signals, which is spatial smoothing technique)
    2009-07-02 22:43:06下载
    积分:1
  • fenduanxianxing
    三次样条插值,拉格朗日,分段线性插值的matlab程序(Cubic spline, the piecewise function interpolation method and Lagrangian matlab program, for example)
    2014-12-16 15:36:23下载
    积分:1
  • 0605mat_rw_matfile
    matlab生成的mat文件导入到vc++里面,方便matlab和vc联合编程,程序为最基础底层编程,已经过测试(matlab generated mat file into vc++ inside, easy matlab and vc joint programming, the program is the most basic underlying programming, has been tested)
    2021-03-04 16:09:32下载
    积分:1
  • 802.11a
    这个是关于matlab仿真OFDM的完整程序,可以很好的掌握哦对于初学者(the study of OFDM using matlab)
    2011-05-03 19:41:31下载
    积分:1
  • AC3toMP3-GUI
    AC3toMP3 GUI. GUI application for AC3ToMP3.
    2014-02-19 03:09:50下载
    积分:1
  • gmodify
    matlab 畸变校正。功能:对发生桶形畸变的数字图像进行校正(Function: Digital image of barrel distortion correction occurs)
    2013-12-30 15:45:32下载
    积分:1
  • cd
    说明:  <最优化及matlab的应用>课后题的编程(Most optimized operating)
    2013-10-20 07:46:40下载
    积分:1
  • xiaobosuanfa
    基于matlab的小波算法,给出了一个完整的算例,初学者可以很好的学习。(Based on the the matlab wavelet algorithm is given a complete example, beginners can learn well.)
    2013-04-13 21:20:04下载
    积分:1
  • CameraCalibrationSystem
    系统采用的是直接标定摄像机内部参数的算法,算法借助于标定参照物直接计算摄像机的内参数。整个系统是在VC++环境下设 计并实现的,并借助了IPL和OpenCV的帮助,只要输入标定物的图像,系统就可以迅速而又准确地输出摄像机内参数的结果。通过3D 重构实验证明了该系统的有效性。相对于MATLAB实现方式,该系统使用更加方便、快捷。 (System are directly used in the internal parameters of the camera calibration algorithm, calibration algorithm by means of direct calculation of reference within the parameters of the camera. The entire system is in VC++ environment to design and implementation, and with the help of IPL and OpenCV, as long as the input image calibration objects, the system can be output quickly and accurately the results of camera intrinsic parameters. Through the 3D reconstruction of the experiment proved the effectiveness of the system. MATLAB implementation vis-à-vis the way the system more convenient to use, fast.)
    2009-03-31 19:51:01下载
    积分:1
  • vcPPsourcecode7
    说明:  600个大型项目源码之一: MATLAB与VC++混合编程实现一维小波多尺度分解 小波分析世纪80年代开始发展成熟起来的一个数学分支,其应用领域十分广泛,并逐步成为信号分析的又一有力工具。MATLAB的小波工具箱为我们提供了小波多尺度分解函数,方便了我们对小波的使用。但是用它所编写的软件不能脱离MATLAB编程环境在Windows平台下直接运行,代码执行效率低下,运行时占较多的系统资源,不能达到某些用户的需求。 VC++是由美国Microsoft 公司开发的可视化C/C++集成编程环境,是目前功能最强大的软件开发工具之一。被广泛应用于Win32平台的基础应用程序的开发。 它具有强大的图形界面编程能力且代码执行效率高,可生成脱离VC++环境而独立运行的应用程序。可是VC++在数值处理分析和算法工具等方面不如MATLAB。 本文结合VC++和MATLAB 的各自优点,以VC++图形界面作为前台框架,MATLAB作为后台进行数值运算和数据可视化,利用组件对象模型(COM)技术作为媒介,实现了一维小波多尺度分解。 (matlab and vc++ program: Wavelets are a class of a functions used to localize a given function in both space and scaling. A family of wavelets can be constructed from a function ... )
    2011-02-27 07:33:07下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载