Python Applications for Signal Processing and Digital Design

#Python #Applications #for #Digital #Design #and #Signal #Processing
Share

COURSE DESCRIPTION

First Video Release, Thursday, March 30, 2023.   Additional videos released weekly in advance of that week’s live session!

Live Workshops:  6:00PM – 7:30PM EDT, Thursdays, April 6, 13, 20, 27

Attendees will have access to the recorded session and exercises for two months (until June 27) after the live session ends!

This is a hands-on course combining pre-recorded lectures with live Q&A and workshop sessions in the popular and powerful open-source Python programming language.

New Format with Pre-Recorded Videos:  The course format has been updated to release pre-recorded video lectures that students can watch on their own schedule, and an unlimited number of times, prior to live Q&A workshop sessions on Zoom with the instructor. The videos will also be available to the students for viewing for up to two months after the conclusion of the course.

Overview: Dan provides simple, straight-forward navigation through the multiple configurations and options, providing a best-practices approach for quickly getting up to speed using Python for modelling and analysis for applications in signal processing and digital design verification. Students will be using the Anaconda distribution, which combines Python with the most popular data science applications, and Jupyter Notebooks for a rich, interactive experience.

The course begins with basic Python data structures and constructs, including key “Pythonic” concepts, followed by an overview and use of popular packages for scientific computing enabling rapid prototyping for system design.

During the course students will create example designs including a sigma delta converter and direct digital synthesizer both in floating point and fixed point. This will include considerations for cycle and bit accurate models useful for digital design verification (FPGA/ASIC), while bringing forward the signal processing tools for frequency and time domain analysis.



  Date and Time

  Location

  Hosts

  Registration



  • Date: 13 Apr 2023
  • Time: 06:00 PM to 07:30 PM
  • All times are (GMT-05:00) US/Eastern
  • Add_To_Calendar_icon Add Event to Calendar
If you are not a robot, please complete the ReCAPTCHA to display virtual attendance info.
  • Contact Event Host
  • Starts 10 April 2023 07:00 AM
  • Ends 13 April 2023 06:00 PM
  • All times are (GMT-05:00) US/Eastern
  • Admission fee ?


  Speakers

Dan Boschen

Topic:

Python Applications for Signal Processing and Digital Design

Biography:

Dan Boschen has a MS in Communications and Signal Processing from Northeastern University, with over 25 years of experience in system and hardware design for radio transceivers and modems. He has held various positions at Signal Technologies, MITRE, Airvana and Hittite Microwave designing and developing transceiver hardware from baseband to antenna for wireless communications systems and has taught courses on DSP to international audiences for over 15 years. Dan is a contributor to Signal Processing Stack Exchange https://dsp.stackexchange.com/, and is currently at Microchip (formerly Microsemi and Symmetricom) leading design efforts for advanced frequency and time solutions.

Address:United States





Agenda

Thursday, April 6, 2023

Topic 1: Intro to Jupyter Notebooks, the Spyder IDE and the course design examples. Core Python constructs.

Thursday, April 13, 2023

Topic 2: Core Python constructs; iterators, functions, reading writing data files.

Thursday, April 20, 2023

Topic 3: Signal processing simulation with popular packages including NumPy, SciPy, and Matplotlib.

Thursday, April 27, 2023

Topic 4: Bit/cycle accurate modelling and analysis using the design examples and simulation packages