From 733608f0ed24236bb2cfd95f1ca22dab7a42691f Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 30 May 2018 16:17:04 +0300 Subject: Starting to look good --- talk.slides.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'talk.slides.html') diff --git a/talk.slides.html b/talk.slides.html index 2185b69..c0f8d97 100644 --- a/talk.slides.html +++ b/talk.slides.html @@ -11933,6 +11933,15 @@ a.anchor-link {
  • Slides and code @ https://github.com/yuvadm/radio-pyconil-2018
  • + + +
    +
    +
    +
    +
    +

    Radio

    static/waves.gif

    +
    @@ -12181,7 +12190,7 @@ a.anchor-link {
    -
    In [6]:
    +
    In [7]:
    # HIT IT
    @@ -12208,7 +12217,8 @@ a.anchor-link {
     
    -

    Caveats

      +

      Review

        +
      • Took a fixed set of samples, did some math on them
      • Python, NumPy and SciPy are very good at doing fast processing of static data
      • When handling real-time data, buffering becomes a serious issue