代码搜索:NLMS
找到约 97 项符合「NLMS」的源代码
代码结果 97
www.eeworm.com/read/404153/11490954
c example 6-2.c
//Example 6 - 2. NLMS Implementation C Listing
y[n] = 0; //初始化输出缓冲区为0
for (i = 0; i < L; i++) {
y[n] += wn[i] * xn[i]; // 乘累加的实现
}
en = d[n] – y[n];
powerx = b1*
www.eeworm.com/read/489280/6477600
m runnlms.m
%System identification with adaptive filter using full and partial-update Normalised-Least-Mean-Squares
clear all
close all
mm = menu('Choose an input',...
'iid Gaussian',...
'AR
www.eeworm.com/read/350382/10746024
m 7-4.m
%例程7-4 归一化LMS算法
%MATLAB程序实现如下:
%1. NLMS算法1次实验
% N=训练序列长度
% u=收敛因子
clear;
N=500;
db=20;
sh1=sqrt(10^(-db/10));
u=1;
error_s=zeros(1,N);
for loop=1:1
w=0.05*ones(1,11)';
www.eeworm.com/read/444759/7607497
m 7-4.m
%例程7-4 归一化LMS算法
%MATLAB程序实现如下:
%1. NLMS算法1次实验
% N=训练序列长度
% u=收敛因子
clear;
N=500;
db=20;
sh1=sqrt(10^(-db/10));
u=1;
error_s=zeros(1,N);
for loop=1:1
w=0.05*ones(1,11)';
www.eeworm.com/read/486205/6538140
m 7-4.m
%例程7-4 归一化LMS算法
%MATLAB程序实现如下:
%1. NLMS算法1次实验
% N=训练序列长度
% u=收敛因子
clear;
N=500;
db=20;
sh1=sqrt(10^(-db/10));
u=1;
error_s=zeros(1,N);
for loop=1:1
w=0.05*ones(1,11)';
www.eeworm.com/read/485392/6561203
m 7-4.m
%例程7-4 归一化LMS算法
%MATLAB程序实现如下:
%1. NLMS算法1次实验
% N=训练序列长度
% u=收敛因子
clear;
N=500;
db=20;
sh1=sqrt(10^(-db/10));
u=1;
error_s=zeros(1,N);
for loop=1:1
w=0.05*ones(1,11)';
www.eeworm.com/read/341613/12075790
m 7-4.m
%例程7-4 归一化LMS算法
%MATLAB程序实现如下:
%1. NLMS算法1次实验
% N=训练序列长度
% u=收敛因子
clear;
N=500;
db=20;
sh1=sqrt(10^(-db/10));
u=1;
error_s=zeros(1,N);
for loop=1:1
w=0.05*ones(1,11)';
www.eeworm.com/read/139291/5804370
inc nwgnuhead.inc
#
# Obtain the global build environment
#
include $(APR_WORK)\build\NWGNUenvironment.inc
#
# Define base targets and rules
#
TARGETS = libs nlms install clobber_libs clobber_nlms clean installdev
www.eeworm.com/read/139291/5804893
inc nwgnuhead.inc
#
# Obtain the global build environment
#
include $(AP_WORK)\build\NWGNUenvironment.inc
#
# Define base targets and rules
#
TARGETS = libs nlms install clobber_libs clobber_nlms clean installdev
www.eeworm.com/read/169190/5426826
inc nwgnuhead.inc
#
# Obtain the global build environment
#
include $(APR_WORK)\build\NWGNUenvironment.inc
#
# Define base targets and rules
#
TARGETS = libs nlms install clobber_libs clobber_nlms clean installdev