diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-04-26 02:29:47 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2019-04-26 02:29:47 -0300 |
commit | a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a (patch) | |
tree | 0f88240b49798ce5e3d9b96ca2951145a7978343 /Project/Workspace.h | |
parent | 4dabf27f998db83e20bc0eca7e18672777f0bf5b (diff) | |
download | PSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.tar.gz PSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.tar.xz PSP.git-a40d5a405d60b4e429f6f578dcfe3c33ab5ad81a.zip |
Frequency response implemented
Need a form
Diffstat (limited to 'Project/Workspace.h')
-rw-r--r-- | Project/Workspace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project/Workspace.h b/Project/Workspace.h index 38c5356..afcb1b3 100644 --- a/Project/Workspace.h +++ b/Project/Workspace.h @@ -149,6 +149,7 @@ class Workspace : public WorkspaceBase bool RunStaticStudies(); bool RunStability(); bool RunHarmonicDistortion(); + bool RunFrequencyResponse(); protected: virtual void OnMiddleDoubleClick(wxMouseEvent& event); |