摘要:

For the spacial modulated Fourier spectrometer, the data length is limited by the number of CCD pixels. And the frequency resolution is inversely proportional to the actual length of the data, so the resolution obtained by the usual Fourier transform is limited by the length of the data. Except for the method of changing the hardware by changing the number of CCD pixels and changing the cell size, the modern spectral estimation method cam be also used. The data model is estblished and extrapolated, so as to extend the length of data and improve the resolution. In this paper, the Burg algorithm is used to calculate the power spectrum of the auto-regressive model of the data obtained by the spacial modulated Fourier spectrometer. The results obtained by this method have the characteristics of high computational resolution in the case of the appropriate AR model selection order, and still have some frequency resolution ability when the spatial frequency of the data is limited. Experimental results show that the order of Burg algorithm effects frequency resolution and although spectral resolution can not be improved by using zero fill before FFT, it obtains a result whose stability is similar to the result using Burg algorithm.

展开

c语言burg算法,用Burg算法提升空间调制傅里叶光谱仪分辨率与定阶方法相关推荐

  1. heap c语言数组实现,垃圾回收算法实现之 - 分代回收(完整可运行C语言代码)...

    分代垃圾回收(Mark-Sweep GC),并不是一个具体的算法,只是结合了几种垃圾回收算法,把对象按特点进行了分类,对每种特点的对象集执行不同的回收算法,从而提升回收效率 阅读本文之前,你最好已经了 ...

  2. 田字格怎么用C语言编写程序,怎么写算法设计

    1. 什么叫算法描述啊 算法描述(Algorithm Description )是指对设计出的算法,用一种方式进行详细的描述,以便与人交流.算法可采用多种描述语言来描述,各种描述语言在对问题的描述能力 ...

  3. c语言折半排序的程序,C语言实现九大排序算法的实例代码

    直接插入排序 将数组分为两个部分,一个是有序部分,一个是无序部分.从无序部分中依次取出元素插入到有序部分中.过程就是遍历有序部分,实现起来比较简单. #include void insertion_s ...

  4. 【每日算法】C语言8大经典排序算法(2)

    接上文--->[每日算法]C语言8大经典排序算法(1) 二.插入类排序 插入排序(Insertion Sort)的基本思想是:每次将一个待排序的记录,按其关键字大小插入到前面已经排好序的子文件中 ...

  5. 数据结构源码笔记(C语言):置换-选择算法

    //实现置换-选择算法#include<stdio.h> #include<malloc.h> #include<string.h> #include<std ...

  6. Algorithm:C+语言实现之数组相关算法(和为定值的两个数、和为定值的m个数、荷兰国旗、长度为2n的洗牌算法、任意长度数组的洗牌算法)

    Algorithm:C+语言实现之数组相关算法(和为定值的两个数.和为定值的m个数.荷兰国旗.长度为2n的洗牌算法.任意长度数组的洗牌算法) 目录 数组 1.寻找和为定值的两个数 2.和为定值的m个数 ...

  7. Algorithm:C++语言实现之队列相关算法(最短路径条数问题、拓扑排序)

    Algorithm:C++语言实现之队列相关算法(最短路径条数问题.拓扑排序) 目录 队列 1.最短路径条数问题 2.拓扑排序 队列 1.最短路径条数问题

  8. Algorithm:C++语言实现之链表相关算法(单链公共结点问题、一般LCA、括号匹配、最长括号匹配、逆波兰表达式Reverse Polish Notation、直方图矩形面积、收集雨水问题)

    Algorithm:C++语言实现之链表相关算法(单链公共结点问题.一般LCA.括号匹配.最长括号匹配.逆波兰表达式Reverse Polish Notation.直方图矩形面积.收集雨水问题) 目录 ...

  9. Algorithm:C++语言实现之贪心法算法相关问题

    Algorithm:C++语言实现之贪心法算法相关问题 目录 一.贪心法 一.贪心法 1.LIS的算法分析

最新文章

  1. java bio_Java BIO及实现
  2. 你以为它挂了么?并没有!Apache Struts 2.5.22 GA 发布
  3. 如何只用2GB内存从20/40/80亿个整数中找到出现次数最多的数
  4. 【Python】25个好用到爆的一行Python代码,建议收藏
  5. Git分支操作命令:删除与恢复
  6. 计算机非211研究生,这所大学不是211,但“计算机”实力远超985,快来看看
  7. Python模块开发【Distutils】
  8. linux input子系统分析--主要函数
  9. ES6中箭头函数解释
  10. Codeforces Round #366 (Div. 1):Ant Man(贪心)
  11. 如何查看CDR文件是出自哪个版本?
  12. JavaScript 英文根据规则转成相对应的中文
  13. java宠物小精灵_4978:宠物小精灵之收服
  14. rk3288 android 6.0固件,RK3288固件升级教程
  15. 图书管理系统接口文档
  16. python:numpy从数组中随机抽取元素
  17. 田纳西大学计算机科学,田纳西大学
  18. STM32蓝牙小车制作全过程---刚入门的小白也能会
  19. 联通iphone4新政,粗暴挟制用户不应该
  20. python 读docx文件 报错 docx.opc.exceptions.PackageNotFoundError: Package not found at

热门文章

  1. 在linux上使用labelImg制作LMDB数据集——备忘TX2上运行
  2. grub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won’t be
  3. LeetCode 85.最大矩形
  4. 那些实用的Nginx规则
  5. prepareStatement的用法和解释
  6. oracle操作之传输表空间
  7. 6. 分类图显示和保存
  8. (10)JavaScript学习笔记 - 数组
  9. 设计模式网站 http://www.cnblogs.com/justinw/archive/2007/02/06/641414.html
  10. 23种设计模式-备忘录模式