文件名称:satish
介绍说明--下载内容来自于网络,使用问题请自行百度
Avetis Ioannisyan
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f- Avetis Ioannisyan
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f- Avetis Ioannisyan
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f
相关搜索: random channel
(系统自动生成,下载前可以参看下载内容)
下载文件列表
satish.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.