Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
#

adaptive-filter

Here are 7 public repositories matching this topic...

Distributed arithmetic (DA) is another way of implementing a dot product where one of the arrays has constant elements. The DA can be effectively used to implement FIR, IIR and FFT type.The DA logic replaces the MAC operation of convolution summation o into a bit-serial look-up table read and addition operation .

  • Updated Aug 26, 2021
  • Verilog

Improve this page

Add a description, image, and links to the adaptive-filter topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the adaptive-filter topic, visit your repo's landing page and select "manage topics."

Learn more