213 lines
7.9 KiB
TeX
213 lines
7.9 KiB
TeX
|
\tikzset{block/.default={0.8cm}{0.6cm}}
|
||
|
\tikzset{addb/.append style={scale=0.7}}
|
||
|
\tikzset{node distance=0.6}
|
||
|
\def\cdist{0.7}
|
||
|
|
||
|
\definecolor{T}{rgb}{0.230, 0.299, 0.754}%
|
||
|
\definecolor{S}{rgb}{0.706, 0.016, 0.150}%
|
||
|
\setlength\fwidth{7cm}
|
||
|
\setlength\fheight{5cm}
|
||
|
|
||
|
\begin{tikzpicture}
|
||
|
\begin{axis}[%
|
||
|
width=\fwidth,
|
||
|
height=0.45\fheight,
|
||
|
at={(0,0.55\fheight)},
|
||
|
xmode=log,
|
||
|
xmin=0.1,
|
||
|
xmax=100,
|
||
|
xtick={0.1,1,10,100},
|
||
|
xticklabels={{}},
|
||
|
xminorticks=true,
|
||
|
ymode=log,
|
||
|
ymin=2e-07,
|
||
|
ymax=0.001,
|
||
|
yminorticks=true,
|
||
|
ylabel={Magnitude [$\si{\meter/\newton}$]},
|
||
|
xminorgrids,
|
||
|
yminorgrids
|
||
|
]
|
||
|
\addplot [color=mycolor1, line width=1.5pt, forget plot]
|
||
|
table[row sep=crcr]{%
|
||
|
0.1 0.000100077040681054\\
|
||
|
0.272543253128103 0.000100575030023101\\
|
||
|
0.43314832233764 0.000101464934759738\\
|
||
|
0.587176639073325 0.000102724574034075\\
|
||
|
0.737679760252773 0.000104367175122706\\
|
||
|
0.882969995549408 0.000106373827767982\\
|
||
|
1.02804473209331 0.000108834566992957\\
|
||
|
1.1723818032866 0.000111792586344107\\
|
||
|
1.30953502048267 0.000115140426960708\\
|
||
|
1.44264395121816 0.000118966190620297\\
|
||
|
1.57833140565212 0.00012354732835445\\
|
||
|
1.70306502925285 0.00012847169721901\\
|
||
|
1.82499324481615 0.000134067470279222\\
|
||
|
1.95565071586595 0.000141092091396706\\
|
||
|
2.08122156998634 0.000149060642425566\\
|
||
|
2.19959306803007 0.000157914155457765\\
|
||
|
2.32469705998565 0.000169028899516352\\
|
||
|
2.43998629725955 0.000181271551082471\\
|
||
|
2.56099310025846 0.000196738235618899\\
|
||
|
2.68800102153761 0.000216674296189979\\
|
||
|
2.82130767593947 0.000242927525096564\\
|
||
|
2.96122543798804 0.000278143152215355\\
|
||
|
3.10808217386906 0.000325419446839597\\
|
||
|
3.35371015200293 0.000419096223177928\\
|
||
|
3.42400613797143 0.000439341276461064\\
|
||
|
3.47168681892656 0.000447567844417553\\
|
||
|
3.52003147279668 0.000449984807083431\\
|
||
|
3.54445567397044 0.000448731850351484\\
|
||
|
3.59381366380463 0.000441170960941456\\
|
||
|
3.64385898376355 0.000427344400826069\\
|
||
|
3.72023668141307 0.00039763388652928\\
|
||
|
3.824569722467 0.000349750691805404\\
|
||
|
4.09838367175726 0.000240611931259811\\
|
||
|
4.39180089259609 0.000169131547428242\\
|
||
|
4.67379510799246 0.000127877923720101\\
|
||
|
4.97389595879007 9.967307801278e-05\\
|
||
|
5.32999408084409 7.76763468688566e-05\\
|
||
|
5.75121707184161 6.05462047310449e-05\\
|
||
|
6.29214610961035 4.62441646969631e-05\\
|
||
|
6.9317172761554 3.53667028681261e-05\\
|
||
|
7.74263682681128 2.65611239929399e-05\\
|
||
|
8.8296999554941 1.9284460658412e-05\\
|
||
|
10.2804473209331 1.35628028157818e-05\\
|
||
|
12.3906215694792 8.96920494033127e-06\\
|
||
|
15.5665435927106 5.5069217658656e-06\\
|
||
|
20.9566239948044 2.96718273940607e-06\\
|
||
|
31.9524750575921 1.25569563497959e-06\\
|
||
|
64.2403365939419 3.07819423434704e-07\\
|
||
|
100 1.26808063706741e-07\\
|
||
|
};
|
||
|
\end{axis}
|
||
|
|
||
|
\begin{axis}[%
|
||
|
width=\fwidth,
|
||
|
height=0.45\fheight,
|
||
|
at={(0,0.05\fheight)},
|
||
|
xmode=log,
|
||
|
xmin=0.1,
|
||
|
xmax=100,
|
||
|
xminorticks=true,
|
||
|
xlabel={Frequency [$\si{\hertz}$]},
|
||
|
ymin=-180,
|
||
|
ymax=180,
|
||
|
ytick={-180, -90, 0, 90, 180},
|
||
|
ylabel={Phase [deg]},
|
||
|
xminorgrids
|
||
|
]
|
||
|
\addplot [color=mycolor1, line width=1.5pt, forget plot]
|
||
|
table[row sep=crcr]{%
|
||
|
0.1 -0.360279720677909\\
|
||
|
0.110928986489522 -0.399726239508823\\
|
||
|
0.122204468663152 -0.440446767977335\\
|
||
|
0.13462605792989 -0.485336746925839\\
|
||
|
0.148310251433614 -0.534830252917459\\
|
||
|
0.162259528707813 -0.585330760453786\\
|
||
|
0.177520801171768 -0.640642308219981\\
|
||
|
0.194217468148908 -0.701236456999254\\
|
||
|
0.212484535249894 -0.767635080810521\\
|
||
|
0.232469705998571 -0.840416979069801\\
|
||
|
0.252582002696278 -0.91382126433902\\
|
||
|
0.274434330322828 -0.9937740634835\\
|
||
|
0.298177229001969 -1.0808986125088\\
|
||
|
0.323974262952812 -1.17588848183723\\
|
||
|
0.352003147279672 -1.27951850633903\\
|
||
|
0.382456972246693 -1.39265813896972\\
|
||
|
0.415545533471895 -1.51628791363001\\
|
||
|
0.451496777203605 -1.65151992855328\\
|
||
|
0.490558370636517 -1.79962357173105\\
|
||
|
0.529326605836072 -1.94793502196421\\
|
||
|
0.571158647812626 -2.10957933285724\\
|
||
|
0.616296625513279 -2.28604784742126\\
|
||
|
0.6650018030431 -2.47907386285402\\
|
||
|
0.717556091893683 -2.69068950564727\\
|
||
|
0.774263682681121 -2.92329985625085\\
|
||
|
0.829695852083464 -3.15539135978239\\
|
||
|
0.889096598952924 -3.40978953925455\\
|
||
|
0.952750047242714 -3.68959754515299\\
|
||
|
1.02096066230607 -3.9985784472124\\
|
||
|
1.09405470720574 -4.34134801105651\\
|
||
|
1.16430313292089 -4.68343908636479\\
|
||
|
1.23906215694794 -5.06271309073682\\
|
||
|
1.31862140139471 -5.48563013111718\\
|
||
|
1.40328908478584 -5.96033793666024\\
|
||
|
1.48310251433614 -6.43414310335521\\
|
||
|
1.5674554102056 -6.96642431057373\\
|
||
|
1.65660595894989 -7.56917034593727\\
|
||
|
1.75082703173578 -8.25798483497323\\
|
||
|
1.83765620038813 -8.94739205623571\\
|
||
|
1.92879150802077 -9.73672637995722\\
|
||
|
2.02444650997683 -10.6502453305039\\
|
||
|
2.11020342856859 -11.5566518641599\\
|
||
|
2.19959306803003 -12.6059438949727\\
|
||
|
2.29276931286572 -13.8354493380888\\
|
||
|
2.38989256623109 -15.2964499277763\\
|
||
|
2.47396410088675 -16.7419892536468\\
|
||
|
2.56099310025844 -18.455940403627\\
|
||
|
2.65108360190857 -20.5188442655184\\
|
||
|
2.74434330322828 -23.0448181567426\\
|
||
|
2.84088369018327 -26.1991511292148\\
|
||
|
2.92055551218269 -29.3354738213304\\
|
||
|
3.00246170908546 -33.2060093347327\\
|
||
|
3.08666494333735 -38.0554185709144\\
|
||
|
3.17322963473503 -44.2102992203773\\
|
||
|
3.26222200971169 -52.0707471833003\\
|
||
|
3.35371015200292 -62.0209044940134\\
|
||
|
3.47168681892662 -77.4986746832345\\
|
||
|
3.7982153061908 -120.230303267244\\
|
||
|
3.90473523688559 -129.722782020331\\
|
||
|
4.01424249049931 -137.194379975395\\
|
||
|
4.1268208457029 -143.04709416857\\
|
||
|
4.24255643071768 -147.66917780573\\
|
||
|
4.39180089259608 -152.179051563568\\
|
||
|
4.54629546953248 -155.675990585521\\
|
||
|
4.70622484984116 -158.450422486142\\
|
||
|
4.8717802187946 -160.697705094482\\
|
||
|
5.04315948717143 -162.551498658356\\
|
||
|
5.25679112201842 -164.386209456898\\
|
||
|
5.4794723369002 -165.899912200972\\
|
||
|
5.71158647812626 -167.169971678082\\
|
||
|
5.95353313081449 -168.251091455024\\
|
||
|
6.24878807200671 -169.325881490414\\
|
||
|
6.55868565957134 -170.242767336282\\
|
||
|
6.88395206964551 -171.034789262572\\
|
||
|
7.2754835291961 -171.818109931866\\
|
||
|
7.68928372075853 -172.497125933675\\
|
||
|
8.12661920009201 -173.091900053792\\
|
||
|
8.58882855954615 -173.617602567035\\
|
||
|
9.14031074875622 -174.1408898981\\
|
||
|
9.72720319245064 -174.604302165229\\
|
||
|
10.351779556302 -175.017743351308\\
|
||
|
11.0164594963369 -175.388976689248\\
|
||
|
11.8051652856881 -175.759420020454\\
|
||
|
12.6503372039588 -176.09209734734\\
|
||
|
13.556017853294 -176.392392885436\\
|
||
|
14.5265392594678 -176.66465781875\\
|
||
|
15.674554102056 -176.936002663135\\
|
||
|
16.9132951702966 -177.18161128073\\
|
||
|
18.2499324481618 -177.404677801875\\
|
||
|
19.6922025547921 -177.6078573887\\
|
||
|
21.2484535249894 -177.793380869149\\
|
||
|
22.9276931286572 -177.96314114721\\
|
||
|
24.911300260678 -178.132254818644\\
|
||
|
27.0665207003317 -178.286340385618\\
|
||
|
29.4082017058709 -178.426951191446\\
|
||
|
31.9524750575915 -178.555433956644\\
|
||
|
34.7168681892662 -178.672965021387\\
|
||
|
37.7204249341695 -178.780578807612\\
|
||
|
40.9838367175735 -178.879190388815\\
|
||
|
44.5295850994262 -178.96961355724\\
|
||
|
48.717802187946 -179.05917305424\\
|
||
|
53.2999408084406 -179.140800582232\\
|
||
|
58.313051135262 -179.215233540711\\
|
||
|
63.7976680860626 -179.283132632794\\
|
||
|
69.7981390783064 -179.345091670682\\
|
||
|
76.3629826128223 -179.40164575426\\
|
||
|
84.1249704973636 -179.457058846282\\
|
||
|
92.6759330114683 -179.507307463976\\
|
||
|
100 -179.543486140468\\
|
||
|
};
|
||
|
\end{axis}
|
||
|
\end{tikzpicture}
|