|
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
| ▼ Misc | |
| general.cpp | Utility functions needed across the whole project |
| general.h | Utility functions needed across the whole project |
| readTouchstone.cpp | Touchstone data reader |
| ▼ Schematic | |
| ▼ Export | |
| ► QucsS | |
| SchematicExporter.h | |
| ▼ PaintingFunctions | |
| ► IdealTransmissionLines | |
| ► Microstrip | |
| paintCapacitor.cpp | Capacitor painting method |
| paintComplexImpedance.cpp | Complex impedance painting method |
| paintGND.cpp | Ground painting method |
| paintInductor.cpp | Inductor painting method |
| paintResistor.cpp | Resistor painting method |
| paintSPAR.cpp | S-parameter block painting method |
| paintTerm.cpp | Term painting method |
| component.cpp | Graphical component representation in schematic (implementation) |
| component.h | Graphical component representation in schematic (definition) |
| graphwidget.cpp | Schematic editor graphics widget (implementation) |
| graphwidget.h | |
| infoclasses.h | Definition of the classes related to the component, nodes and wires data |
| Network.h | Abstract base class for network implementations |
| node.cpp | Wiring node for circuit connections (implementation) |
| node.h | Wiring node for circuit connections (implementation) |
| SchematicContent.cpp | Container for schematic circuit data (implementation) |
| SchematicContent.h | Container for schematic circuit data (definition) |
| structures.h | |
| symbol.h | |
| wire.cpp | Wire connection between symbols (implementation) |
| wire.h | Wire connection between symbols (definition) |
| ▼ SPAR | |
| ▼ SpecialComponents | |
| ► MicrostripComponents | |
| CoupledLines.cpp | Implementation of function for the S-parameter analysis of the ideal coupled lines |
| IdealCoupler.cpp | Implementation of function for the S-parameter analysis of the ideal coupler |
| IdealTransmissionLine.cpp | Implementation of function for the S-parameter analysis of ideal transmission lines |
| SP_Component.cpp | Implementation of function for the S-parameter analysis of the S-parameter block device |
| matrix_operations.cpp | Implementation of functions for matrix operations |
| misc.cpp | Implementation of support functions for the built-in S-parameter simulator |
| output.cpp | Implementation of the Touchstone export code and output data via terminal console |
| parser.cpp | Implementation of the netlist parsing functions |
| SParameterCalculator.cpp | S-parameter network analysis calculator (implementation) |
| SParameterCalculator.h | S-parameter network analysis calculator |
| ▼ Tools | |
| ▼ Calculators | |
| ► General | |
| ► RF | |
| ▼ DesignTools | |
| ► AttenuatorDesign | |
| ► Filtering | |
| ► MatchingNetwork | |
| ► NetlistScratchPad | |
| ► PowerCombining | |
| ► SimulationSetup | |
| ► TransmissionLineSynthesis | |
| ▼ UI | |
| ▼ CustomWidgets | |
| codeeditor.h | |
| CustomDoubleSpinBox.cpp | Custom QDoubleSpinBox. It includes a context menu (right-click) for setting the minimum, maximum and step values (implementation) |
| CustomDoubleSpinBox.h | Custom QDoubleSpinBox. It includes a context menu (right-click) for setting the minimum, maximum and step values (definition) |
| matrixcombopopup.cpp | Custom popup displaying S-parameters in matrix layout with other parameters below (implementation) |
| matrixcombopopup.h | Custom popup displaying S-parameters in matrix layout with other parameters below (definition) |
| ▼ PlotWidgets | |
| ► QCustomPlot | |
| polarplotwidget.cpp | Construct polar plot widget with default configuration (implementation) |
| polarplotwidget.h | Construct polar plot widget with default configuration (definition) |
| rectangularplotwidget.cpp | Widget for displaying rectangular (Cartesian) plots with dual y-axes (implementation) |
| rectangularplotwidget.h | Widget for displaying rectangular (Cartesian) plots with dual y-axes (definition) |
| smithchartwidget.cpp | Smith chart visualization and interaction widget (implementation) |
| smithchartwidget.h | Smith chart visualization and interaction widget (definition) |
| aboutdialog.h | |
| calculators_management.cpp | Implementation of the slots to call the dialog calculators |
| dataset_management.cpp | Implementation of the functions related to the data management |
| limits.cpp | Implementation of the functions related to the limits management |
| markers.cpp | Implementation of the functions related to the markers management |
| qucs-s-spar-viewer.cpp | Main application class for S-parameter viewer (implementation) |
| qucs-s-spar-viewer.h | Main application class for S-parameter viewer (and its RF circuit synthesis tools) |
| read_Sparam_data_files.cpp | Implementation of the functions related to the data import |
| session_management.cpp | Implementation of the functions related to the session management |
| theme_management.cpp | Function for handling the UI theme |
| tools.cpp | Implementation of the functions related to the tools management |
| trace_management.cpp | Implementation of the functions related to the trace management |