Skip to content

Releases: hammal/cbadc

v0.3.3.1

17 Dec 07:44
e30840a
Compare
Choose a tag to compare

Last stable release of 0.3

Improved Adaptive Filter.
Added random signals.
Improved pre-compute simulator.

0.3.3

17 Dec 06:54
3151027
Compare
Choose a tag to compare

Last stable release of 0.3

Improved Adaptive Filter.
Added random signals.
Improved pre-compute simulator.

v0.3.2

24 Jan 13:05
d73165b
Compare
Choose a tag to compare

Major code refactoring with

  • improved python simulators.
  • quadrature analog system and digital control.

v0.2.3

10 Aug 12:48
24d0482
Compare
Choose a tag to compare

Major additions with the circuit submodule, enabling circuit simulations in ngspice.

Fix

19 Apr 06:54
bbd99dc
Compare
Choose a tag to compare
Fix
new fix (#82)

Co-authored-by: Hampus Malmberg <malmberg@isi.ee.ethz.ch>

v0.2.0

18 Feb 14:16
839e4bd
Compare
Choose a tag to compare

Major structural changes. Mainly motivated by improving simulators and filter coefficient computations to support switch-cap digital control simulations.

Specifically,

  • digital clock to aid the simulator and digital estimator computation
  • digital control and derived classes have a new interface to support digital clock, i.e, DigitalControl(..., clock, ...).
  • Simulator
  • DigitalEstimator
    • The default DigitalEstimator changes it's name to BatchEstimator
    • an additional filter computation backend implemented with mpmath
  • Improved care implementation using SymPy instead of SciPy.
  • cbadc.specification.get_chain_of_integrator and cbadc.specification.get_leap_frog a computation aid to dimension chain-of-integrators and leap-frog analog-frontends to meet ENOB and BW specifications

Added verilog-ams circuit-level submodule

Such that circuit-level implementations can be

  • constructed in Verilog-ams
  • the resulting filter coefficients can be computed
  • the resulting analog frontends can be simulated.

FoM

15 Nov 09:43
fd77d20
Compare
Choose a tag to compare
FoM

Included Figures of merit module and Murmann ADC Survey

Updated Simulator and Estimator

25 Oct 09:15
57378ce
Compare
Choose a tag to compare

This release made several enhancements concerning the state space simulator and digital estimator.

These were necessary for the switched capacitor simulations.

v0.1.3

24 Sep 08:55
73f7b7b
Compare
Choose a tag to compare
added harmonic distortion (#49)

v0.1.2: Feature/fixed point (#47)

24 Sep 06:58
660fa03
Compare
Choose a tag to compare
* added fixed point FIR Filter arithmetics

* added vscode settings

* and gitignore

* fixed point arithmetics

* modified for documentation

* updated image