Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rework iir filter #23

Merged
merged 27 commits into from
Jan 15, 2024
Merged

rework iir filter #23

merged 27 commits into from
Jan 15, 2024

Commits on Jan 4, 2024

  1. rework iir filter

    jordens committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    31ab7e6 View commit details
    Browse the repository at this point in the history
  2. iir: fix set_min()

    jordens committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b6c487c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    c8d3adb View commit details
    Browse the repository at this point in the history
  2. iir_int: rework

    jordens committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f9262f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. iir: support fixedpoint

    jordens committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e2781d0 View commit details
    Browse the repository at this point in the history
  2. remove iir_int

    jordens committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    55e1973 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. iir: split

    jordens committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    04909ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478e1c6 View commit details
    Browse the repository at this point in the history
  3. fewer copying in From

    jordens committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    71a0944 View commit details
    Browse the repository at this point in the history
  4. iir: refine accu

    jordens committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b676ff5 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. add comment on PLL

    jordens committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e8a4ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e7bc0d View commit details
    Browse the repository at this point in the history
  3. iir: simplify implementation

    jordens committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b8066f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    d52c5fb View commit details
    Browse the repository at this point in the history
  2. float intrinsics

    jordens committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    34ce067 View commit details
    Browse the repository at this point in the history
  3. builders take mut references

    jordens committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    fb0a3a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc1cc48 View commit details
    Browse the repository at this point in the history
  5. renames, tweak test

    jordens committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f12c61e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    118d555 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. rm shift

    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d2bd6be View commit details
    Browse the repository at this point in the history
  2. docs

    * include readme as landing page in docs
    * warn on missing docs, add other pragmas
    * add missing docs
    * cleanup docs, modules
    * remove unused tools/utils
    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    50576e3 View commit details
    Browse the repository at this point in the history
  3. try iai-callgrind

    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    653f179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e1ba9 View commit details
    Browse the repository at this point in the history
  5. docs

    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6787d0a View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/main' into iir-rework

    * origin/main:
      Update cossin.rs: style
      Clarified what the phase of cossin is
    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d6a090d View commit details
    Browse the repository at this point in the history
  7. doc formatting

    jordens committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    cbf656b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    870f932 View commit details
    Browse the repository at this point in the history