Welcome![Sign In][Sign Up]
Location:
Search - AR C

Search list

[PropertySheetasfaf

Description: 数据拟合方法\\FIT.CPP 数据拟合方法\\FLEG.CPP 数据拟合方法\\FPOLY.CPP 数据拟合方法\\LFIT.CPP 数据拟合方法\\MEDFIT.CPP 数据拟合方法\\MRQCOF.CPP 数据拟合方法\\MRQMIN.CPP 数据拟合方法\\ROFUNC.CPP 数据拟合方法\\SVDFIT.CPP 数据拟合方法\\SVDVAR.CPP -data fitting \\ FIT.CPP data fitting \\ FLEG.CPP data fitting \\ FPOLY.CPP data fitting \\ LFIT.CPP data fitting \\ MEDFIT.CP P data fitting \\ MRQCOF.CPP data fitting \\ MRQMIN.CPP data fitting side France \\ ROFUNC.CPP data fitting \\ SVDFIT.CPP data fitting \\ SVDV AR.C
Platform: | Size: 8755 | Author: ddd | Hits:

[Other resourcec

Description: Implement of SRM Position Check ing Ar ithmetic Ba sed on FPGA
Platform: | Size: 1176056 | Author: fanningjia | Hits:

[VC/MFC数字信号处理C语言集

Description: 共五篇十六章,第一篇是常用数字信号的产生;第二篇是数字信号处理,包括离散傅立叶变换的多种快速算法,各种离散正交交换的快速算法,快速卷积和相关,数字滤波器的时域和频域响应,IIR和FIR数字滤波器的设计;第三篇是随机数字信号处理,包括经典谱估计的周期图法和相关法,AR模型参数估计和现代谱估计算法,维纳与卡尔曼滤波,自适应滤波,Wigner分布,小波变换;第四篇是图像处理,包括图像基本运算,图像增强,边缘检测和细化;第五篇是人工神经网络,包括多层感知器和反向传播算法,离散和连续Hopfield神经网络,线性规划 神经网络。
Platform: | Size: 10172721 | Author: raymondluo | Hits:

[Data structs树的问题(生成)

Description: ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点有左孩子,则左孩子入队;有右孩子,则右孩子入队。(4) 重复2、3直到队列为空。4、 线索树:算法与先序遍历、中序遍历一样,只是将访问节点的Visit函数改为连接前驱与后继的操作。性能分析:O( -BinaryTree ADT Implementation and certification procedures used in the main data structure : binary tree, stack, algorithms team thinking : a first order contribution, the output tree, after preorder using recursive method. Performance Analysis : O (n) 2, preorder, the preorder : Performance Analysis : O (n) (1) If there is a new non-empty nodes were first pushed and then left to visit their son tree. (2) if the empty Zhanding node will stack up, visit their right subtrees. (3) 1,2 cycle until the stack is empty with no node can be pushed. First sequence with the sequence difference : Push the first sequence to visit nodes, which stack up in order to visit nodes. 3, the layer traverse : Performance Analysis : O (n) (1) nodes into Force (2) nodes and the team's visit (3) if the nodes ar
Platform: | Size: 2048 | Author: 徐欣 | Hits:

[Compress-Decompress algrithmsLZW_COM

Description: 所有的源代码已经用Borland C++编译成功.每个目录中都包含一个makefile或者是make.bat用以创建可执行的文件.其它的编译器或操作系统需要改动一些地方.-all the source code has been used successfully Borland C compiler. Each directory contains a makefile or make.bat used to create executable files. Other compilers or operating systems require modification in some places.
Platform: | Size: 13312 | Author: 冰冰 | Hits:

[CSharpConsoleMatrix

Description: 自适应灰色预测模型 利用C#程序编制 很有用的-adaptive prediction model using C# programming very useful
Platform: | Size: 71680 | Author: 梁藉 | Hits:

[Graph RecognizeSignature_Recognise_arithmetic

Description: 在线签名鉴定 DTW算法 AR实现算法 应用实例-online signature verification DTW AR algorithm Application
Platform: | Size: 2215936 | Author: 王每水 | Hits:

[source in ebooksign_on_line_recognize

Description: 模式识别中的在线签名鉴定,包括AR实现算法,DTW算法及应用实例。很好用-pattern recognition of online signature identification, including AR algorithm, DTW and application examples. Good use
Platform: | Size: 128000 | Author: 林晓芸 | Hits:

[AlgorithmARMCSharp

Description: C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数-prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calculation function
Platform: | Size: 1024 | Author: 詹华 | Hits:

[Communication-MobileMARMACH

Description: 用Cholesky分解求ARMA模型的参数并作谱估计,这个程序是用C来实现的-Using Cholesky decomposition for ARMA model parameters and for spectral estimation, this procedure is achieved using C
Platform: | Size: 2048 | Author: dh | Hits:

[Special EffectsNJNUAYAARPOWER

Description: marburg.c 用Burg算法求AR模型的参数。 mar1psd.c 由AR模型参数得到功率谱。 maryuwa.c 用Levinson算法求解Yule-Walker方程以得到 阶AR模型的参数 。 -marburg.c using Burg algorithm for AR model parameters. mar1psd.c by the AR model parameters obtained power spectrum. Levinson algorithm maryuwa.c with Yule-Walker equation in order to get rank AR model parameters.
Platform: | Size: 2048 | Author: bj | Hits:

[Software Engineeringc

Description: Implement of SRM Position Check ing Ar ithmetic Ba sed on FPGA
Platform: | Size: 1175552 | Author: fanningjia | Hits:

[DSP programDM6446_ARM

Description: ti的Davinic平台的DM6446的ARM测例子程序,本工程中的.c文件需要在Davinic开发环境下编译。-ti s DM6446 platform Davinic the ARM measurement procedure example, the engineering. c files need Davinic compiler development environment.
Platform: | Size: 10240 | Author: yang.icelus | Hits:

[OtherAR

Description: 采用最大熵值法或自相关法实现AR模型,估计出AR模型的系数-Maximum entropy method or self-correlation method to achieve AR model, AR model to estimate the coefficients
Platform: | Size: 407552 | Author: dong wei | Hits:

[Driver DevelopSDIO_AR6K_Atheros

Description: AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution.-AR6001 WLAN Driver for SDIO installation Read MeMarch 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation.1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject ... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver.4. Build the solution.
Platform: | Size: 257024 | Author: 老克 | Hits:

[matlabAR

Description: AR模型参数的FORTRAN和C两种语言的几种算法(BURG,YUMA等)-ARmodel parameters of the Fortran and C languages[URG,YUMA,c.]
Platform: | Size: 6144 | Author: 刘建 | Hits:

[WEB Codeeditarea_0_7_0_1

Description: editarea是一个全功能的嵌入式编辑器,可以很容易的嵌入到blog,论坛以及各种类型的网站中,还具有c++,java,vb,javascript代码的高亮功能。-editarea is a full-featured embedded editor, can be easily embedded into the blog, forums, and various types of sites, but also with c++, java, vb, javascript code highlighting features.
Platform: | Size: 283648 | Author: 吴建 | Hits:

[Software Engineeringar

Description: AR模型的股指结构化特征设计 AR model of structural features of the design index-AR model of structural features of the design index
Platform: | Size: 1189888 | Author: yew456 | Hits:

[Linux-Unixar

Description: ar.c Deal with the lib.a(member.o) and lib.a((entry-point)) notations. -ar.c Deal with the lib.a(member.o) and lib.a((entry-point)) notations.
Platform: | Size: 5120 | Author: zkfsvie | Hits:

[OtherVideoPlaybackScripts

Description: ar C# file for unity.
Platform: | Size: 1024 | Author: ShowShun | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net