提交图

294 次代码提交

作者 SHA1 备注 提交日期
Craig Warren
18693474a1 Merge branch 'optimisation-taguchi' 2016-01-14 10:20:52 +00:00
Craig Warren
485081a33a Increased df view. 2016-01-14 10:06:33 +00:00
Craig Warren
1888c71be8 Added df to Figure annotations. 2016-01-14 10:03:55 +00:00
Craig Warren
ccbb93957b Updated image name. 2016-01-14 10:02:51 +00:00
Craig Warren
5a7f06e1b8 Changed d to delta. 2016-01-14 09:57:12 +00:00
Craig Warren
9d9b559a1d Merge remote-tracking branch 'origin/master' 2016-01-14 09:56:23 +00:00
Craig Warren
50d4d5715b Updates to prepare for transmission line to be used. 2016-01-14 09:53:53 +00:00
Craig Warren
a92722025a Updated example on wire dipole. 2016-01-14 09:51:51 +00:00
Craig Warren
48e0fdee97 Print some information on s11, input impedance and admittance values. 2016-01-14 09:51:07 +00:00
craig-warren
d77a18120c More maths updates. 2016-01-13 20:12:44 +00:00
craig-warren
503c7ab568 Corrected some maths in the text. 2016-01-13 20:09:44 +00:00
Craig Warren
bb8e4ac944 Adjusted plotting scales for FFTs. 2016-01-13 16:04:45 +00:00
Craig Warren
8032851b9b Added better checking of output(s) to plot. 2016-01-13 15:48:33 +00:00
Craig Warren
f8dd4e31f5 Overhauled module for simpler checking and plotting of data. 2016-01-13 15:48:01 +00:00
Craig Warren
88c5081c79 Clarified details of using custom waveform excitations. 2016-01-13 15:19:14 +00:00
Craig Warren
99b82322a7 Reformatting some code. 2016-01-13 15:10:36 +00:00
Craig Warren
5b7c36dcf6 Corrected bug with calculating unnecessary factors when using custom excitation. 2016-01-13 15:09:51 +00:00
Craig Warren
6a03e08a25 Corrected bug with reading when using a single custom excitation. 2016-01-13 15:08:54 +00:00
Craig Warren
c308274c1d Corrected bug with printing waveform ID when duplicate found. 2016-01-13 15:07:35 +00:00
Craig Warren
dc3be76fc4 Added checking for available receiver outputs before trying to plot them. 2016-01-13 14:44:17 +00:00
Craig Warren
1dbd8c59be Updated some text. 2016-01-13 14:16:58 +00:00
Craig Warren
460b0434b2 Update of some plot sizes and file names. 2016-01-13 13:50:02 +00:00
Craig Warren
fbd4410c49 Added link to paper on running transmission line before attaching it to the main grid. 2016-01-13 13:49:20 +00:00
Craig Warren
1764a4d3fe Updated width of a plot. 2016-01-13 13:39:18 +00:00
Craig Warren
11a0941923 Updated to only plot Ey component of Mala 1.2GHz antenna model in free_space. 2016-01-13 13:37:09 +00:00
Craig Warren
faaf9741ec Added PNG plotting option. 2016-01-13 13:35:51 +00:00
Craig Warren
3f865c364d Adjusted frequency range plotting for FFT. 2016-01-13 13:31:28 +00:00
Craig Warren
8502e04aa9 Added link to the introductory/basic 2D example model with an A-scan of a metal cylinder. 2016-01-13 13:26:53 +00:00
Craig Warren
6e2946a698 File name adjustments. 2016-01-13 13:15:11 +00:00
Craig Warren
83ea51b1c0 Change to geometry file name. 2016-01-13 13:13:13 +00:00
Craig Warren
6364c1af02 Renaming of some model files. 2016-01-13 13:11:26 +00:00
Craig Warren
b88b72ec76 Added some checks for waveform type and frequency. 2016-01-13 13:10:37 +00:00
Craig Warren
d91ec755be Change to model names. 2016-01-13 13:09:32 +00:00
Craig Warren
6be9473126 Finalised wire dipole example model and results. 2016-01-13 12:21:57 +00:00
Craig Warren
0e4bb43142 Updated copyright notice to add 2016. 2016-01-12 18:29:10 +00:00
Craig Warren
7f3bab7644 Updated version number to v.3.0.0b14. v.3.0.0v14 2016-01-12 18:26:06 +00:00
Craig Warren
1b48240e09 Updated text on wire dipole results. 2016-01-12 18:01:19 +00:00
Craig Warren
189d2ee0f9 Made rounding function more generic. 2016-01-12 17:45:12 +00:00
Craig Warren
a3d2e1894f Updated example on wire dipole model. 2016-01-12 17:32:36 +00:00
Craig Warren
dc9eb28de9 Changed name of 'rvalue' to 'roundvalue'. 2016-01-12 17:32:15 +00:00
Craig Warren
96553b1ce6 Added method call to calculate incident current and voltages; added current output to receivers. 2016-01-12 17:30:59 +00:00
Craig Warren
ac3f448d01 Added currents as available outputs. 2016-01-12 17:30:01 +00:00
Craig Warren
3e87d1a4d6 Added currents as available outputs. 2016-01-12 17:29:08 +00:00
Craig Warren
5fb95661e6 Updated transmission line to calculate incident voltages and current before attaching to grid; vectorized these operations. Spatial step based on magic time step in transmission line. 2016-01-12 17:28:45 +00:00
Craig Warren
4231092578 Updated for input impedance and admittance calculations. 2016-01-12 17:24:40 +00:00
Craig Warren
10e889bfb0 Changed 'field' terminology to 'output'. 2016-01-12 17:23:33 +00:00
Craig Warren
dea93b61f7 Updated to use edges to model the wire and lengthen the time window for better frequency resolution. 2016-01-12 17:22:52 +00:00
Craig Warren
82ebb67541 Changed name of rvalue function to roundvalues. Added modification to round down time step to nearest float with precision one less than hardware maximum. Avoids inadvertently exceeding the CFL due to binary representation of floating point number. 2016-01-11 13:37:59 +00:00
Craig Warren
d1b73caac8 Changed name of rvalue function to roundvalues. Added rounddownmax function to round down a floating point value to one less than maximum precision of hardware. 2016-01-11 13:35:37 +00:00
Craig Warren
9239da0af0 Changed name of rvalue function to roundvalues. 2016-01-11 13:34:24 +00:00