|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Interactive filter design tool with real-time synthesis and visualization. More...
#include <FilterDesignTool.h>


Signals | |
| void | updateSchematic (SchematicContent) |
| Emitted when schematic is updated. | |
| void | updateSimulation (SchematicContent) |
| Emitted to trigger simulation update. | |
Public Member Functions | |
| FilterDesignTool (QWidget *parent=nullptr) | |
| Constructor initializes UI and connects signals. | |
| ~FilterDesignTool () | |
| Destructor cleans up UI elements. | |
| void | design () |
| Triggers filter design with current parameters. | |
| void | synthesize () |
| Performs filter synthesis with current specifications. | |
| void | set_MS_Subs (MS_Substrate SUBSTRATE) |
| Sets microstrip substrate parameters. | |
Interactive filter design tool with real-time synthesis and visualization.
Provides GUI for designing various RF filter topologies including:
Features automatic synthesis, parameter validation, and schematic generation.
| FilterDesignTool::FilterDesignTool | ( | QWidget * | parent = nullptr | ) |
Constructor initializes UI and connects signals.
| parent | Parent widget |
|
inline |
Sets microstrip substrate parameters.
| MS_Subs | Substrate properties (εr, h, tanδ, etc.) |
|
signal |
Emitted when schematic is updated.
| content | New schematic content |
|
signal |
Emitted to trigger simulation update.
| content | Schematic content to simulate |