cordic VS dspfilters

Compare cordic vs dspfilters and see what are their differences.

cordic

A series of CORDIC related projects (by ZipCPU)

dspfilters

A collection of demonstration digital filters (by ZipCPU)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cordic dspfilters
1 2
77 128
- -
3.7 3.5
4 months ago 4 months ago
C++ Verilog
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cordic

Posts with mentions or reviews of cordic. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-24.

dspfilters

Posts with mentions or reviews of dspfilters. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-24.
  • Looking to implimenting an autocorrelation function (ACF) into one of my projects.
    3 projects | /r/FPGA | 24 Nov 2022
    Have you considered this article? It goes over the basics of the autocorrelation function, while also illustrating how you can build one with a Wishbone interface. Further, the Verilator logic for this function is kept and maintained on github here. Sure, it uses Wishbone. If you want to use AXI you can either use a bridge, or rework the the interface (it's not that hard ...).
  • Professional or Hobby?
    4 projects | /r/FPGA | 8 Jan 2022
    I marked as "both" above, but one might argue that my "hobby" designs are more "Internal Research and Development" (IR&D) than just hobby. Everything has a purpose. Today's hobby design may be used in tomorrow's paying project. Examples include the both the ZipCPU and its subcomponents, my AXI work, DSP filters, PLLs, FFT and much more--all of which have found their way into a variety of customer designs.

What are some alternatives?

When comparing cordic and dspfilters you can also consider the following projects:

interpolation - Digital Interpolation Techniques Applied to Digital Signal Processing

vgasim - A Video display simulator

red-pitaya-notes - Notes on the Red Pitaya Open Source Instrument

dpll.v

Beagle_SDR_GPS - KiwiSDR: BeagleBone web-accessible shortwave receiver and software-defined GPS

wb2axip - Bus bridges and other odds and ends

sin_lut - Simple, parameterized sine lookup table

dblclkfft

karuta - Karuta HLS Compiler: High level synthesis from prototype based object oriented script language to RTL (Verilog) aiming to be useful for FPGA development.

caf_verilog

dpll - A collection of phase locked loop (PLL) related projects