| Author |
Message |
eda_boy
Joined: 03 Dec 2004 Posts: 18
|
05 Dec 2004 2:19 how i can design adaptive |
|
|
|
hi
i need the data format or how to give the input to adaptive filter
in training and accural data time.(in hdl)
and how to generate my channel in hdl code.
thanks
|
|
| Back to top |
|
 |
brmadhukar
Joined: 21 Jun 2002 Posts: 844 Helped: 29
|
05 Dec 2004 16:15 Re: how i can design adaptive |
|
|
|
Hi,
Does your question mean that you are doing the channel estimation?
The HDL format depends on your training sequence. If it is just bits you may use simple binary repesentation. ( a very trivial case). Also lot depends on your algorithm of Channel eastimation.
B R M
|
|
| Back to top |
|
 |
Jackwang
Joined: 12 Nov 2004 Posts: 167 Helped: 2
|
15 Dec 2004 7:05 how i can design adaptive |
|
|
|
This training sequence should be common data, you can store them into an array.
of course, that is, it is fixed sequence. if you want to adaptive, you should adopt some mechanism to adjust it, which is more complex question.
|
|
| Back to top |
|
 |