代码搜索:RLS

找到约 1,243 项符合「RLS」的源代码

代码结果 1,243
www.eeworm.com/read/381135/9107906

rls launchjava.rls

/* ============================================================================ Name : LaunchJava.rls Author : Version : Copyright : Your copyright notice Description : S
www.eeworm.com/read/381130/9108243

rls linkedmessagebox.rls

/* ============================================================================ Name : LinkedMessagebox.rls Author : Version : Copyright : Your copyright notice Descripti
www.eeworm.com/read/381119/9109004

rls helloworldbasic.rls

/* * ============================================================================== * Name : helloworldbasic.rls * Part of : Helloworldbasic * Interface : * Description : * V
www.eeworm.com/read/380481/9145769

c rls.c

/* rls.c - a client for a remote directory listing service * usage: rls hostname directory */ #include #include #include #include
www.eeworm.com/read/378221/9240705

plg rls.plg

Build Log --------------------Configuration: RLS - Win32 Debug-------------------- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1\
www.eeworm.com/read/378221/9240709

c rls.c

#include "rls.h" extern struct rlshist hist_rls; void set_zero(double *x, int length) { int i; for(i = 0; i < length; i++) x[i] = 0.0; } /*初始化RLS算法*/ void init_rls() { int i, j
www.eeworm.com/read/378221/9240714

ncb rls.ncb

www.eeworm.com/read/378221/9240715

h rls.h

#define RANK 40 //RLS滤波器的阶数 #define LAMDA 0.995 //遗忘因子 /*定义存储RLS算法历史信息的结构体*/ struct rlshist{ double weight[RANK]; double err; double buffer[RANK]; double p[RANK][RANK]; };
www.eeworm.com/read/378221/9240717

dsw rls.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/378221/9240723

dsp rls.dsp

# Microsoft Developer Studio Project File - Name="RLS" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Conso