代码搜索:RLS

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

代码结果 1,243
www.eeworm.com/read/292366/8360148

rls eggclock.rls

/* ============================================================================ Name : EggClock.rls Author : Michele Berionne Version : Copyright : Description : String l
www.eeworm.com/read/391264/8413476

m rls.m

% RLS Adaptive Noise cancellation %-----Filter Parameters-----; M = 20; delta = 1; lamda = 0.99; e_max = 500; %-----Contants----- pi = 3.14; Fs = 0.01; %-----signal fre
www.eeworm.com/read/191422/8429884

rls strings.rls

// Strings localised for UK rls_string STRING_r_game_name "Two Ships" rls_string STRING_r_game_file_menu "TwoShips" rls_string STRING_r_game_view_menu "View" rls_string STRING_r_game_EGameCmdStart
www.eeworm.com/read/390550/8459889

m rls.m

clear all close all clc % RLS 算法 Fs = 600 ; % Set no of data points used for training N = 4 ; % Set the adaptive filter order Lambda = 0.998 ; % Set the forgetting factor Delta = 0.00
www.eeworm.com/read/388893/8565596

rls silentsms.rls

/* ============================================================================ Name : SilentSms.rls Author : Version : Copyright : Your copyright notice Description : St
www.eeworm.com/read/187738/8604127

rls strings.rls

// Strings localised for UK rls_string STRING_r_game_name "Battleships" rls_string STRING_r_game_file_menu "Battleships" rls_string STRING_r_game_view_menu "View" rls_string STRING_r_game_EGameCmd
www.eeworm.com/read/288798/8607248

rls autostart.rls

/* ============================================================================ Name : AutoStart.rls Author : Version : Copyright : Your copyright notice Description : St
www.eeworm.com/read/431858/8648942

m rls.m

function H = rls(varargin) %RLS Recursive least-squares FIR adaptive filter. % H = ADAPTFILT.RLS(L,LAMBDA,INVCOV,COEFFS,STATES) constructs an FIR % RLS adaptive filter H. % % L is the adap
www.eeworm.com/read/288081/8652895

rls testnote.rls

/* ============================================================================ Name : TestNote.rls Author : Lion Copyright : Your copyright notice Description : This is a local
www.eeworm.com/read/287912/8662109

rls helpexample.rls

/* * ============================================================================== * Name : helpexample.rls * Part of : Help example * Interface : * Description : * Version