Skip to content

bode-plot #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
May 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ build.log
.coverage
doc/_build
doc/generated

examples/.ipynb_checkpoints/
.settings/org.eclipse.core.resources.prefs
.pydevproject
.project
Untitled*.ipynb
2 changes: 2 additions & 0 deletions control/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
bode_dB = False # Bode plot magnitude units
bode_deg = True # Bode Plot phase units
bode_Hz = False # Bode plot frequency units
bode_number_of_samples = None # Bode plot number of samples
bode_feature_periphery_decade = 1.0 # Bode plot feature periphery in decades

# Set defaults to match MATLAB
def use_matlab_defaults():
Expand Down
Loading