![]() |
|
|
|
#1 |
|
hi everybody,
loop filter transfer function is Y(z)/X(z) = (b0 + b1 z-1)/(1-z-1). plesae send any procedure how to write vhdl code for this transfer function, if u have similar vhdl code or algorithm , send me as soon as possible. jalaram |
|
|
|
|
#2 |
|
Posts: n/a
|
On 16 Mar 2006 01:56:53 -0800, "jalaram" <> wrote:
>hi everybody, >loop filter transfer function is Y(z)/X(z) = (b0 + b1 z-1)/(1-z-1). >plesae send any procedure how to write vhdl code for this transfer >function, if u have similar vhdl code or algorithm , send me as soon as >possible. This transfer function is in Z domain. You need to convert it to time domain to filter your time domain input ie you need a difference equation in the form of y(t) = Sum(ai*y(t-i)) + Sum(bi*x(t-i)). You should be able to figure out ai and bi series of constants from your original equation (and studying your text book). After that you need a set of registers and some combinational logic to convert the time domain equation to vhdl. mk |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to execute an external software from VHDL? And how to interface VHDL with JAVA? | becool_nikks | Software | 0 | 03-06-2009 07:08 PM |
| loop according to the delay | kavidream24 | Software | 0 | 12-23-2008 02:18 AM |
| Help on auto conversion from Matlab to vhdl on filter design | hardheart | Hardware | 0 | 12-07-2007 09:19 AM |
| ARRAY(n DOWNTO 0) OF STD_LOGIC_VECTOR(m DOWNTO 0) - VHDL | freitass | Hardware | 0 | 11-01-2007 03:44 PM |
| Phase locked loop VHDL code | mreddy.a | Hardware | 0 | 09-16-2007 09:43 AM |