corrections: more
This commit is contained in:
parent
160183d8e6
commit
d3113c4f0e
20 changed files with 66610 additions and 16521 deletions
|
@ -7,6 +7,46 @@ defaults:
|
|||
Cin: $C_{in}$
|
||||
|
||||
plots:
|
||||
- loadtype: simplecsv
|
||||
load: example_spectrum.csv
|
||||
type: single
|
||||
|
||||
load_values: ["time", "example_voltage"]
|
||||
|
||||
x_key: time
|
||||
y_key: example_voltage
|
||||
|
||||
xscale: linear
|
||||
yscale: linear
|
||||
|
||||
xmin: 0.010
|
||||
xmax: 0.0115
|
||||
ymax: 1
|
||||
xplaces: 1
|
||||
|
||||
xlabel: Zeit (s)
|
||||
ylabel: TIV-Spannung (V)
|
||||
|
||||
ofile: example_peak.png
|
||||
- loadtype: simplecsv
|
||||
load: example_spectrum.csv
|
||||
type: single
|
||||
|
||||
load_values: ["time", "example_voltage"]
|
||||
|
||||
x_key: time
|
||||
y_key: example_voltage
|
||||
|
||||
xscale: linear
|
||||
yscale: linear
|
||||
|
||||
xmin: 0.004
|
||||
xmax: 0.0145
|
||||
|
||||
xlabel: Zeit (s)
|
||||
ylabel: TIV-Spannung (V)
|
||||
|
||||
ofile: example_spectrum.png
|
||||
- loadtype: multicsv
|
||||
load:
|
||||
GemiTIV: IMS Measurements/Spectrum_7.csv
|
||||
|
@ -150,6 +190,50 @@ plots:
|
|||
yplaces: 2
|
||||
|
||||
ofile: V1_Measurements/V1.1-a1/CascadeSeries/noises.png
|
||||
- loadtype: multicsv
|
||||
load:
|
||||
Ungefiltert: V1_Measurements/V1.1-a1/2M4/noise.csv
|
||||
Gefiltert: V1_Measurements/V1.1-a1/2M4/noise_filt.csv
|
||||
|
||||
ylabel: Rauschlevel ($V/\sqrt{Hz}$)
|
||||
legend_title: Ausgang
|
||||
|
||||
load_values: ["Frequency (Hz)","Trace 1 (VHz)"]
|
||||
|
||||
type: lt_sweep
|
||||
x_key: Frequency (Hz)
|
||||
y_key: "Trace 1 (VHz)"
|
||||
yformatter: engineering
|
||||
yplaces: 1
|
||||
|
||||
xmin: 2000
|
||||
xmax: 5000000
|
||||
ymin: 0
|
||||
ymax: 0.00007
|
||||
|
||||
ofile: V1_Measurements/V1.1-a1/2M4/noises.png
|
||||
- loadtype: multicsv
|
||||
load:
|
||||
Ungefiltert: V1_Measurements/V1.1-a1/2M4/bandwith.csv
|
||||
Gefiltert: V1_Measurements/V1.1-a1/2M4/bandwith_filt.csv
|
||||
|
||||
data_processing_steps:
|
||||
- normalize_bandwidth
|
||||
|
||||
ylabel: Normalisierte Verstärkung (dB)
|
||||
legend_title: Ausgang
|
||||
|
||||
load_values: ["Frequency (Hz)","Channel 1 Magnitude (dB)"]
|
||||
|
||||
type: lt_sweep
|
||||
x_key: Frequency (Hz)
|
||||
y_key: "Channel 1 Magnitude (dB)"
|
||||
|
||||
xmin: 10000
|
||||
xmax: 5000000
|
||||
ymin: -40
|
||||
|
||||
ofile: V1_Measurements/V1.1-a1/2M4/bandwidths.png
|
||||
- loadtype: multicsv
|
||||
load:
|
||||
x2: V1_Measurements/V1.1-a1/CascadeSeries/bandwidth_47M_x2.csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue