搜索结果

找到约 30 项符合 recursive 的查询结果

matlab例程 System identification with adaptive filter using full and partial-update Recursive-Least-Squares

System identification with adaptive filter using full and partial-update Recursive-Least-Squares
https://www.eeworm.com/dl/665/489281.html
下载: 112
查看: 1047

matlab例程 This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometr

This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample me ...
https://www.eeworm.com/dl/665/157044.html
下载: 95
查看: 1127

VC书籍 This section contains a brief introduction to the C language. It is intended as a tutorial on the la

This section contains a brief introduction to the C language. It is intended as a tutorial on the language, and aims at getting a reader new to C started as quickly as possible. It is certainly not intended as a substitute for any of the numerous textbooks on C. 2. write a recursive function FIB (n) ...
https://www.eeworm.com/dl/686/187807.html
下载: 199
查看: 1113

人工智能/神经网络 ReBEL is a Matlabtoolkit of functions and scripts, designed to facilitate sequential Bayesian infer

ReBEL is a Matlabtoolkit of functions and scripts, designed to facilitate sequential Bayesian inference (estimation) in general state space models. This software consolidates research on new methods for recursive Bayesian estimation and Kalman filtering by Rudolph van der Merwe and Eric A. Wan. The ...
https://www.eeworm.com/dl/650/191082.html
下载: 195
查看: 1049

matlab例程 迭代自适应Simpson

迭代自适应Simpson,Lobatto积分 In almost every standard book on numerics quadrature algorithms like the adaptive Simpson or the adaptive Lobatto algorithm are presented in a recursive way. The benefit of the recursive programming is the compact and clear representation. However, recursive quadrature ...
https://www.eeworm.com/dl/665/347556.html
下载: 60
查看: 1116

人工智能/神经网络 This function calculates Akaike s final prediction error % estimate of the average generalization e

This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) % produces the fin ...
https://www.eeworm.com/dl/650/384094.html
下载: 53
查看: 1124

matlab例程 This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models

This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.
https://www.eeworm.com/dl/665/384105.html
下载: 191
查看: 1040

通讯编程文档 The Kalman filter is a set of mathematical equations that provides an efficient computational [recu

The Kalman filter is a set of mathematical equations that provides an efficient computational [recursive] means to estimate the state of a process, in a way that minimizes the mean of the squared error. The filter is very powerful in several aspects: it supports estimations of past, present, and eve ...
https://www.eeworm.com/dl/646/417482.html
下载: 167
查看: 1048

数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF

This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
https://www.eeworm.com/dl/641/486330.html
下载: 87
查看: 1045

技术资料 基于FPGA设计的相关论文资料大全 84篇

基于FPGA设计的相关论文资料大全 84篇用FPGA实现FFT的研究 刘朝晖  韩月秋 摘 要 目的 针对高速数字信号处理的要求,给出了用现场可编程门阵列(FPGA)实现的 快速傅里叶变换(FFT)方案.方法 算法为按时间抽取的基4算法,采用递归结构的块浮点运 算方案,蝶算过程只扩展两个符号位以适应雷达信号处理的特点,乘法器由阵 ...
https://www.eeworm.com/dl/831435.html
下载: 9
查看: 3687