Altera_ForumHonored Contributor12 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...Show More
Altera_ForumHonored Contributor12 years agoFor a 32 'sample' IRF I'd do: y(n) = y(n-1) - y(n-1)/32 + x(n) the average is then y(n)/32.
Recent DiscussionsFailing IO bufferQuartus Pro 25.3 crash using rhel7/8License server down?Is there a specific driver for the USB Blaster III?Hard reset with USB-Blaster and Quartus