GreenDay69
Technical User
- May 12, 2009
- 1
Greetings:
Im new on programming with VHDL, and I was wondering if someone can help me build a design a generic n-bit unit using VHDL and Xilinx ISE, that com-
putes the derivative of a sequence of 2048 n-bit samples, and
determines the last zero crossing point and the maximum of the
derivative. Both values must be stored in registers, and a signal
provided indicating they were found. The unit should at least
have a input to enable operation, and an output to indicate that
the sequence has been processed.
I know that I need to create at least 3 registers(derivative,zero crossing point and maximum).
If anyone could help me, I''ll really appreciate it.
Thanks in advance.
Im new on programming with VHDL, and I was wondering if someone can help me build a design a generic n-bit unit using VHDL and Xilinx ISE, that com-
putes the derivative of a sequence of 2048 n-bit samples, and
determines the last zero crossing point and the maximum of the
derivative. Both values must be stored in registers, and a signal
provided indicating they were found. The unit should at least
have a input to enable operation, and an output to indicate that
the sequence has been processed.
I know that I need to create at least 3 registers(derivative,zero crossing point and maximum).
If anyone could help me, I''ll really appreciate it.
Thanks in advance.