Forum Discussion
Altera_Forum
Honored Contributor
12 years agocontinuous averaging using VHDL
I have a question related to VHDL programming. I want to calculate the continuous average. My example code is:
process (clk, reset)
begin
if (reset = '1') then
state<=idle;
out-v...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- "I have two ADCs, each ADC has 12 bit inputs (you mean outputs)" "two outputs from first ADC..."??? what is the sample width of your current ADC? is it 12 bits or 24 bits? --- Quote End --- Yes I mean two 12 bit outputs Its 12 bits.