mwickert / scikit-dsp-comm

A collection of functions and classes to support signal processing and communications theory teaching and research
BSD 2-Clause "Simplified" License
187 stars 52 forks source link

Rename parameter Hz to fs, and add named parameter weight #67

Closed chiranthsiddappa closed 2 months ago

chiranthsiddappa commented 2 months ago

As noted here in 1.13.1 docs, remez moved from using Hz to fs in 1.0.0.

This properly completes https://github.com/mwickert/scikit-dsp-comm/pull/66.