News

When initializing the bode class, you can optionally set dB=True or rads=True to have the magnitude/phase be displayed in decibels or radians respectively.
def plot_complex_csv_data(file_name: str, scale_factor: float = 1, fe: float = 20000): Plot the norm in dB of a complex array loaded from a .csv file :param file_name: name of .csv file containing ...