Skip to content

Commit

Permalink
add hbf
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Sep 15, 2023
1 parent 0c4d593 commit 55051df
Show file tree
Hide file tree
Showing 4 changed files with 640 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

* `hbf` FIRs, symmetric FIRs, half band filters, HBF decimators and interpolators

## [0.10.0](https://github.com/quartiq/idsp/compare/v0.9.2..v0.10.0) - 2023-07-20

### Changed
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "idsp"
version = "0.10.0"
resolver = "2"
edition = "2018"
edition = "2021"
authors = ["Robert Jördens <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "DSP algorithms for embedded, mostly integer math"
Expand All @@ -19,6 +19,7 @@ num-traits = { version = "0.2.14", features = ["libm"], default-features = false
easybench = "1.0"
rand = "0.8"
ndarray = "0.15"
rustfft = "6.1.0"

[[bench]]
name = "micro"
Expand Down
Loading

0 comments on commit 55051df

Please sign in to comment.