DSP.jl

Filter design, periodograms, window functions, and other digital signal processing functionality

OTHER License

Stars
368
Committers
73

Bot releases are visible (Hide)

DSP.jl - v0.7.9 Latest Release

Published by github-actions[bot] about 1 year ago

DSP v0.7.9

Diff since v0.7.8

Merged pull requests:

  • Don't compare to a Matlab reference in TF to ZPK test (#488) (@martinholters)
  • Standardize the CI setup (#492) (@ararslan)
  • Update Polynomials compat to include v4 (#507) (@jishnub)

Closed issues:

  • EXCEPTION_ACCESS_VIOLATION in Precompile DSP.jl (#501)
DSP.jl - v0.7.8

Published by github-actions[bot] almost 2 years ago

DSP v0.7.8

Diff since v0.7.7

Closed issues:

  • Filter order (#429)
  • fs::Int= kwarg restriction seems unnecessary (#490)

Merged pull requests:

  • Add Remez Filter Order Estimation (#429) (#481) (@jsmithnh09)
  • Rework "TF to ZPK" test to cope with OpenBLAS update (#483) (@martinholters)
  • remove restriction on fs::Int in multitaper methods (#491) (@kleinschmidt)
DSP.jl - v0.7.7

Published by github-actions[bot] about 2 years ago

DSP v0.7.7

Diff since v0.7.6

Closed issues:

  • Cannot import function freqresp from DSP.jl (#476)

Merged pull requests:

  • Butterworth, Elliptic, and Chebyshev I/II Filter Order Estimation (#453) (@jsmithnh09)
  • exchange BLAS.BlasFloat for Union{AbstractFloat, Complex{<:AbstractFl… (#477) (@MikaelSlevinsky)
DSP.jl - v0.7.6

Published by github-actions[bot] over 2 years ago

DSP v0.7.6

Diff since v0.7.5

Merged pull requests:

  • CompatHelper: bump compat for "Compat" to "4.1" (#472) (@github-actions[bot])
  • Bump version to 0.7.6 (#474) (@martinholters)
DSP.jl - v0.7.5

Published by github-actions[bot] over 2 years ago

DSP v0.7.5

Diff since v0.7.4

Closed issues:

  • Windows.gaussian behaves strange (#460)
  • new version? (#462)

Merged pull requests:

  • Rework definition of FloatRange (fix for Julia 1.8) (#456) (@martinholters)
  • Include Julia 1.6 in versions to run CI against (#457) (@martinholters)
  • CompatHelper: bump compat for "Polynomials" to "3.0" (#461) (@github-actions[bot])
  • Bump version to 0.7.5 (#463) (@martinholters)
DSP.jl - v0.7.4

Published by github-actions[bot] almost 3 years ago

DSP v0.7.4

Diff since v0.7.3

Closed issues:

  • Error: Polynomials have different indeterminates (#439)

Merged pull requests:

  • Make resample more generic (#437) (@jonschumacher)
  • Update badges in README (#443) (@martinholters)
  • Fix typo (#447) (@zsoerenm)
  • CompatHelper: bump compat for "SpecialFunctions" to "2.0" (#449) (@github-actions[bot])
  • Bump version to 0.7.4 (#450) (@martinholters)
DSP.jl - v0.7.3

Published by github-actions[bot] about 3 years ago

DSP v0.7.3

Diff since v0.7.2

Closed issues:

  • Add Dirichlet kernel diric (#400)
  • No docs build for tags (#434)
  • Filter coefficients error (#436)
  • Documentation CI is failing (#441)
  • Unwrap matrix initialization issue: unnecessary random initialization (#442)

Merged pull requests:

  • add Dirichlet kernel diric (#412) (@JeffFessler)
  • Fix DF2TFilter{<:PolynomialRatio} with unequal numerator/denominator orders (#438) (@martinholters)
  • Set indeterminate in ZPK to PolynomialRatio conversion (#440) (@martinholters)
DSP.jl - v0.7.2

Published by github-actions[bot] over 3 years ago

DSP v0.7.2

Diff since v0.7.1

Merged pull requests:

  • Make SecondOrderSections(::ZeroPoleGain)more robust (#435) (@martinholters)
DSP.jl - v0.7.0

Published by github-actions[bot] over 3 years ago

DSP v0.7.0

Diff since v0.6.10

Closed issues:

  • Blackman window with negative coefficient (#347)
  • freqz for impulse responses (#398)
  • Convolution of Discrete Signals (#404)
  • Inaccurate Diff for v0.6.10 release (Diff describes commits on master that are not in release-0.6) (#419)

Merged pull requests:

  • Add Github Actions for CI and docs (#392) (@martinholters)
  • Better handling of gain in filter accuracy tests (#396) (@martinholters)
  • add in-place mt_pgram!, and multitaper spectrogram, multitaper csd, multitaper coherence (#401) (@ericphanson)
  • docs(xcorr):Fix document and code inconsistency. (#405) (@Longhao-Chen)
  • modifications for breaking version of Polynomials (#408) (@jverzani)
  • replace 10^(x) with exp10(x) for db2pow and db2amp (#413) (@N5N3)
  • support for matrices in resample (#414) (@baggepinnen)
  • add license text to LICENSE.md (#417) (@ericphanson)
  • Bump Documenter version and Julia version for docs on CI (#421) (@martinholters)
  • Enable previews of docs builds (#422) (@martinholters)
  • Improve accuracy of blackman (#423) (@martinholters)
  • Update version for release (#430) (@ericphanson)
DSP.jl - v0.7.1

Published by github-actions[bot] over 3 years ago

DSP v0.7.1

Diff since v0.7.0

Closed issues:

  • Elliptic Filter Design Broken in v"0.7.0" (#432)

Merged pull requests:

  • Avoid BoundsError in groupzp (#433) (@martinholters)
DSP.jl - v0.6.10

Published by github-actions[bot] almost 4 years ago

DSP v0.6.10

Diff since v0.6.9

  • CompatHelper: bump compat for "Reexport" to "1.0" (#397) (@github-actions[bot])
DSP.jl - v0.6.9

Published by github-actions[bot] almost 4 years ago

DSP v0.6.9

Diff since v0.6.8

Merged pull requests:

  • Add grpdelay (#377) (@JuiceWizerd)
  • Backport bump compat for "SpecialFunctions" to "1.0" to 0.6 (#389) (@martinholters)
DSP.jl - v0.6.8

Published by github-actions[bot] about 4 years ago

DSP v0.6.8

Diff since v0.6.7

Closed issues:

  • I registered juliadsp.org (#354)
  • Tukey win to rect method error (#364)
  • Add support of non-0 Nyquist to fftfreq? (#370)
  • Failure on julia 1.5 (#373)

Merged pull requests:

  • Fix the footnote in iirnotch (#349) (@asinghvi17)
  • Reject non-numerical arrays as arguments to conv (#360) (@fghzxm)
  • Use Polynomials 1.0 API (#361) (@galenlynch)
  • fix tukey window for alpha=0 (#365) (@1oly)
  • Improve citation accuracy of citation [1]. (#368) (@PhilipLoewen)
  • Update .travis.yml (#374) (@galenlynch)
  • Expand compat with OffsetArrays to include v1 (#375) (@galenlynch)
DSP.jl - v0.6.7

Published by github-actions[bot] over 4 years ago

DSP v0.6.7

Diff since v0.6.6

Merged pull requests:

  • fix poly depwarn and 50x performance drop (#359) (@SimonDanisch)
DSP.jl - v0.6.6

Published by github-actions[bot] over 4 years ago

DSP v0.6.6

Diff since v0.6.5

Closed issues:

  • conv between fixed-point array and integer array results in OOM (#352)

Merged pull requests:

  • Fix #352: Relax type bounds of conv conversion method (#353) (@galenlynch)
DSP.jl - v0.6.5

Published by github-actions[bot] over 4 years ago

DSP v0.6.5

Diff since v0.6.4

Merged pull requests:

  • CompatHelper: bump compat for "Polynomials" to "0.8" (#351) (@github-actions[bot])
DSP.jl - v0.6.4

Published by github-actions[bot] over 4 years ago

DSP v0.6.4

Diff since v0.6.3

Closed issues:

  • Smoothing (#112)
  • Implementation of 1 Dimensional Filtering Using Median Filter (#343)
  • Unsatisfiable requirements... (#346)

Merged pull requests:

  • Remove redundant Julia 1.3 test from Travis CI (#342) (@galenlynch)
  • Explicitly test Julia 1.3 (#348) (@rob-luke)
  • CompatHelper: bump compat for "Polynomials" to "0.7" (#350) (@github-actions[bot])
DSP.jl - v0.6.3

Published by julia-tagbot[bot] over 4 years ago

v0.6.3 (2020-01-24)

Diff since v0.6.2

Closed issues:

  • Make spectrograms GPU-friendly (#337)
  • Issue with new install Frequencies not defined / name collision (#335)
  • Should compat version ranges in Project.toml be more restrictive? (#308)

Merged pull requests:

DSP.jl - v0.6.2

Published by julia-tagbot[bot] almost 5 years ago

v0.6.2 (2019-11-28)

Diff since v0.6.1

Closed issues:

  • Can not be installed with the latest version of SpecialFunctions (#332)
  • Distributions.jl failed to be installed due to SpecialFunctions.jl (#324)
  • QuantEcon fails to precompile (#323)
  • FFTW and DSP collision over Periodograms (#320)
  • polyfit not defined (#319)
  • Error when trying to use DSP (#306)

Merged pull requests:

  • Bump version to 0.6.2 (#333) (galenlynch)
  • Add Julia 1.3 to CI (#331) (galenlynch)
  • CompatHelper: bump compat for "SpecialFunctions" to "0.9" (#330) (github-actions[bot])
  • Remove references to fftfreq in documentation (#329) (galenlynch)
  • Add "using DSP" to all doctests (#328) (galenlynch)
  • Add Julia 1.2 to the CI matrix (#327) (galenlynch)
  • Fix CI for building docs (#326) (galenlynch)
  • Remove polyfit from Util submodule (#325) (galenlynch)
  • Fix filtfilt so it works for real coefficents and complex data. (#316) (bhawkins)
DSP.jl - v0.6.1

Published by julia-tagbot[bot] almost 5 years ago

v0.6.1 (2019-11-10)

Diff since v0.6.0

Closed issues:

  • PRBS generator looking for a home. (#144)

Merged pull requests:

  • Accommodate AbstractFFTs PR 26 (#322) (ararslan)
Package Rankings
Top 1.09% on Juliahub.com
Top 6.69% on Proxy.golang.org
Badges
Extracted from project README
CI codecov Documentation (stable) Documentation (latest) DOI