Subversion Repositories svnkaklik

Compare Revisions

No changes between revisions

Ignore whitespace Rev 722 → Rev 723

/dokumenty/skolni/PZE/kapacitni_vazba/0VA-B.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/0VA-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/0VB-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/1VA-B.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/1VA-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/1VB-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/2VA-B.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/2VA-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/2VB-C.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/dokumenty/skolni/PZE/kapacitni_vazba/hodnoty.txt
1,10 → 1,11
frekvence apmlituda_vstup aplituda_vystup faze
30 2.64 0.043 102
50 2.64 0.065 115
100 2.64 0.105 133
500 2.64 0.
1000
5000
10000
50000
100000
30 0.960 0.013 133
50 0.920 0.022 118
100 0.920 0.035 114
500 0.920 0.055 166
1000 0.880 0.056 171
5000 0.800 0.055 178
10000 0.800 0.0552 179
50000 0.800 0.0552 178
100000 0.840 0.0552 177
 
/dokumenty/skolni/PZE/kapacitni_vazba/plot.gp
0,0 → 1,18
set terminal png
set output "graf.png"
#set xrange [0:10000]
#set yrange [0:2]
set key bottom
set logscale x
set xlabel "Frequency [Hz]"
set ylabel "Phase [°]"
plot "hodnoty.txt" using 1:4 with line title "Phase"
set output "grafamp.png"
set key bottom
set logscale x
set logscale y
set yrange [0.01:0.1]
set xlabel "Frequency [Hz]"
set ylabel "Amplitude [-]"
plot "hodnoty.txt" using 1:($3/$2) with line title "Amplitude"