Skip to content

Commit

Permalink
Fixed typos in comments - no functional changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysalatheZI committed May 18, 2018
1 parent f6d049f commit 98cf7fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycqed/measurement/kernel_functions_ZI.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ def multipath_filter2(sig, alpha, k, paths):
def multipath_first_order_bounce_correction(sig, delay, amp, paths = 8, bufsize = 128):
"""
This function simulates a possible FPGA implementation of a first-order bounce correction filter (only one reflection considered).
The signal (sig) is assumed to be a numpy array representing a wavefomr with sampling rate 2.4 GSa/s.
The signal (sig) is assumed to be a numpy array representing a waveform with sampling rate 2.4 GSa/s.
Args:
sig: The signal to be filtered as a numpy array
delay: The delay is specified in number of samples. It needs to be an interger.
delay: The delay is specified in number of samples. It needs to be an integer.
amp: The amplitude of the bounce specified relative to the amplitude of the input signal.
The amplitude is constrained to be smaller than 1. The amplitude is represented as a 18-bit fixed point number on the FPGA.
paths: The number of parallel paths on the FPGA
Expand Down

0 comments on commit 98cf7fa

Please sign in to comment.