mirror of
https://github.com/lleene/hugo-site.git
synced 2025-03-10 14:02:43 +01:00
30 lines
667 B
Markdown
30 lines
667 B
Markdown
---
|
|
title: "Single-Bit Heuristics"
|
|
date: 2025-01-13T12:31:02+01:00
|
|
draft: true
|
|
toc: false
|
|
images:
|
|
tags:
|
|
- signal-processing
|
|
- digital-circuits
|
|
- python
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
``` goat
|
|
|
|
.
|
|
.-. |\ .-.
|
|
Vin -->| Σ +--+⨍+------*------->| Σ +--> Digitized Sequence
|
|
'-' |/ | '-'
|
|
^- ' v ^
|
|
| .--------. |
|
|
| | H(z) | |
|
|
| '---+----' |
|
|
| | |
|
|
'------------*---------'
|
|
|
|
``` |