A sparse variant of the Levenberg-Marquardt algorithm implemented by levmar has been applied to bund
A sparse variant of the Levenberg-Marquardt algorithm implemented by levmar has been applied to bundle adjustment, a com...
FFT+Algorithm技术资料下载专区,收录2,299份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
A sparse variant of the Levenberg-Marquardt algorithm implemented by levmar has been applied to bundle adjustment, a com...
merge sort is a sorting algorithm used for sorting data it uses divide and conquer approach
This project contains a C algorithm for calculating the results of a custom polynomial function. It is designed and opti...
A java code shows how to use dijkstra algorithm it includes a test program and document
VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we ca...
2048点实序列fft 采用优化地方法节省存储空间和运算时间。包括2048点实序列fft,信号幅度谱分析和排序。本程序用于基于tms320lf2407的波形采集与分析上,能够精确分析信号的幅度和频率分量。
本课题深入分析了GPS软件接收机基于FFT并行捕获算法并详细阐述了其FPGA的实现。相比于其它的捕获方案,该方案更好地满足了信号处理实时性的要求。 论文的主体部分首先简单分析了扩频通信系统的基本原理,介绍了GPS系统的组成,详细阐述了GPS...
影响数字信号处理发展的最主要因素之一就是处理速度。DFT使计算机处理频域信号成为可能,但当N很大时,直接计算N点DFT的计算量非常大。FFT可使DFT的运算量下降几个数量级,从而使数字信号处理的速度大大提高。本文介绍了如何利用高性能数字信号...