Welcome![Sign In][Sign Up]
Location:
Search - fast

Search list

[WaveletFFT

Description: 用c实现的快速傅立叶变换算法,用作频谱分析-With c realize the fast Fourier transform algorithm for spectral analysis
Platform: | Size: 1024 | Author: 朋友 | Hits:

[Algorithmre

Description: 快速傅里叶变换(FFT)算法。FFT - Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used-Fast Fourier Transform (FFT) algorithm. FFT- Fast Fourier transform. The length of X must be a power of two, for a fast radix-2 fast-Fourier transform algorithm is used
Platform: | Size: 1024 | Author: | Hits:

[Special EffectsInpaintingCodeAndData

Description: 一种快速的基于传输方程的图像修复算法。参考文献:FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt-A fast transfer equation-based image restoration algorithm. References: FAST IMAGE INPAINTING BASED ON COHERENCE TRANSPORt
Platform: | Size: 22645760 | Author: 舒小雨 | Hits:

[VHDL-FPGA-Verilog1024FFT

Description: 1024点FFT快速傅立叶变换 VHDL语言实现-1024-point FFT Fast Fourier Transform VHDL language
Platform: | Size: 436224 | Author: libukun | Hits:

[CSharpFFT2

Description: C#快速傅立叶变换,输入为时域的实部和虚部,输出为频域的虚部和实部,并可以选择逆变换或返回模和相位-C# Fast Fourier Transform, enter the domain too real and imaginary parts, the output for the frequency domain of the imaginary part and real part, and can choose or return inverse transform modulus and phase
Platform: | Size: 1024 | Author: wangjh | Hits:

[matlabFastICA25

Description: The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm. -The FastICA package is a free (GPL) MATLAB program that implements the fast fixed-point algorithm for independent component analysis and projection pursuit. It features an easy-to-use graphical user interface, and a computationally powerful algorithm.
Platform: | Size: 41984 | Author: 张强 | Hits:

[Delphi VCLsharememrep_version1.52.ZIP

Description: Sharemem replacement for Delphi. Fast, Free and OpenSource, Code is very small!!! now, Say goodbye to Sharemem and borlndmm.dll.
Platform: | Size: 30720 | Author: zhuxingh | Hits:

[matlabFastICA

Description: 一种很好的Fast ICA算法。根据西安理工大学的一遍硕论文而写有很好的效果。-A good Fast ICA algorithm. According to Xi
Platform: | Size: 43008 | Author: hjhua | Hits:

[Special EffectsLineFill

Description: 快速任意多边形填充算法演示,种子点填充算法演示-Fast arbitrary polygon filling algorithm demo, seed fill algorithm point presentation
Platform: | Size: 1024 | Author: 中国 | Hits:

[Windows Developproject

Description: Generation of signal with extra parameters Detection using Fast Fourier Transform Algorithm Goertzel Algorithm Digital Filtering (FIR Filter bank)
Platform: | Size: 63488 | Author: dairy | Hits:

[Compress-Decompress algrithmsEZWImageCodec

Description: Embedded Zero Tree (EZW)是一种实现小波变化的算术方法,用在JPEG2000压缩中。该方法的特点是速度快,实现640x480的小波频谱压缩需时1ms。-Embedded Zero Tree (EZW) is a wavelet realize changes in the arithmetic method, used in JPEG2000 compression. The method is characterized by fast, 640x480 realize the spectrum of the wavelet compression takes 1ms.
Platform: | Size: 53248 | Author: Kaviten | Hits:

[Streaming Mpeg4H.263DSP

Description: 本文的工作是实现一个视频监控系统的软件核心部分。在内容上首先对 H. 263视频编码标准进行叙述,接下来讨论实现快速运动估计的方法,针对块 匹配运动估计给出了一种改进的钻石搜索算法代替原有的三步搜索法。实验 结果证明,经算法改进优化的新钻石搜索法优于原先的三步攫索法,大大提 高了程序运行的效率。随后简单介绍了C64xx系列DSP和视频数据的AVI存 储方式,研究了用软件的方法实现 H. 263编码标准,以及将其移植到 DSP后 的优化问题,最终达到了在 DSP上实时编码的要求。-This article is the realization of a video surveillance system in the core of the software. First of all, the contents of H. 263 video coding standards are described, followed by discussion of fast motion estimation methods, for block-matching motion estimation is given an improved search algorithm in place of the original diamond three-step search method. Experimental results show that by the algorithm to improve the optimization of the new diamond search method is superior to the original three captured Sofa, greatly improve the efficiency of the program is running. Then briefly introduce the DSP Series C64xx and AVI video data storage, research using the software method H. 263 coding standard, and its transplantation to the DSP after the optimization problems, and ultimately reached in the DSP real-time encoding requirements.
Platform: | Size: 2752512 | Author: liu | Hits:

[OtherHASH

Description: 本程序能将一串数字通过一个算法方便的进行排序,速度很快-This procedure can be a string of figures through an algorithm to sort a convenient, fast
Platform: | Size: 132096 | Author: caoti | Hits:

[AI-NN-PRfastkmeans

Description: fast implementation of Kmeans clustering algorithm
Platform: | Size: 3072 | Author: jwj | Hits:

[matlabNLMS

Description: 若不希望用与估计输入信号矢量有关的相关矩阵来加快LMS算法的收敛速度,那么可用变步长方法来缩短其自适应收敛过程,其中一个主要的方法是归一化LMS算法(NLMS算法),变步长 的更新公式可写成 W(n+1)=w(n)+ e(n)x(n) =w(n)+ (3.1) 式中, = e(n)x(n)表示滤波权矢量迭代更新的调整量。为了达到快速收敛的目的,必须合适的选择变步长 的值,一个可能策略是尽可能多地减少瞬时平方误差,即用瞬时平方误差作为均方误差的MSE简单估计,这也是LMS算法的基本思想。 -Want to estimate if the input signal vector and the relevant matrix to speed up the convergence rate of LMS algorithm, then the variable step size method can be used to shorten its adaptive convergence process, one of the main method is normalized LMS algorithm (NLMS algorithm) , variable step-size update formula can be written W (n+ 1) = w (n)+ e (n) x (n) = w (n)+ (3.1) where, = e (n) x (n) the right to express filter update vector iterative adjust the volume. In order to achieve the purpose of fast convergence, we must choose the appropriate value of variable step size, a possible strategy is as much as possible to reduce the instantaneous squared error, which uses the instantaneous squared error as the mean square error MSE of the simple estimate, which is the basic LMS algorithm思想.
Platform: | Size: 3072 | Author: 闫丰 | Hits:

[Program docA_Fast_Fractional_pel_Motion_Estimation_Algorithm_

Description: 这是一篇讲述运动估计中快速亚像素运动估计算法的文章,其中利用相邻匹配点匹配误差值减少待检测匹配点的方法有效地提高了算法的速度。-This is a fast motion estimation on the sub-pixel motion estimation algorithm of the article, in which the use of adjacent match points to reduce the matching error to be the method of detection of matching points effectively improve the speed of the algorithm.
Platform: | Size: 414720 | Author: 张颖 | Hits:

[Special EffectsHough

Description: fast circles Hough -fast circles Hough
Platform: | Size: 566272 | Author: 陈小二 | Hits:

[Delphi VCLcanyingkuanlixitong

Description: 快餐店管理系统 很好的参考材料 谢谢您的合作 -Fast food restaurant management system for good reference material I would like to thank you for your cooperation
Platform: | Size: 492544 | Author: liyanlai | Hits:

[Algorithmfft

Description: 计算快速傅立叶变换fft的程序,用matlab实现的-Fft Fast Fourier Transform calculation procedures, using matlab realize the
Platform: | Size: 1024 | Author: | Hits:

[Audio programWaveEdit

Description: 一个关于音频编辑的源代码。包括快进,慢放等 -Audio editing on the source code. Including fast forward, slow motion, etc.
Platform: | Size: 1948672 | Author: 智威 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net