You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: k-Wave/helpfiles/example_at_array_as_sensor.html
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@
12
12
<h1>Defining A Sensor Using An Array Transducer Example</h1>
13
13
14
14
<p>This example provides a demonstration of using the <code><ahref="kWaveArray.html">kWaveArray</a></code> class to define an array transducer with 20 arc-shaped elements which is then used as a receiver array. It builds on the <ahref="example_at_array_as_source.html">Defining A Source Using An Array Transducer Example</a>.</p>
15
-
<p>
16
-
<ul>
17
-
<li><ahref="matlab:edit([getkWavePath('examples') 'example_at_array_as_sensor.m']);" target="_top">Open the file in the MATLAB Editor</a></li>
18
-
<li><ahref="matlab:run([getkWavePath('examples') 'example_at_array_as_sensor']);" target="_top">Run the file in MATLAB</a></li>
19
-
</ul>
15
+
16
+
To open the file in MATLAB, enter the following command in the MATLAB Command Window.
Copy file name to clipboardExpand all lines: k-Wave/helpfiles/example_at_array_as_source.html
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@
12
12
<h1>Defining A Source Using An Array Transducer Example</h1>
13
13
14
14
<p>This example provides a demonstration of using the <code><ahref="kWaveArray.html">kWaveArray</a></code> class to define an array transducer with three arc-shaped elements without staircasing errors.</p>
15
-
<p>
16
-
<ul>
17
-
<li><ahref="matlab:edit([getkWavePath('examples') 'example_at_array_as_source.m']);" target="_top">Open the file in the MATLAB Editor</a></li>
18
-
<li><ahref="matlab:run([getkWavePath('examples') 'example_at_array_as_source']);" target="_top">Run the file in MATLAB</a></li>
19
-
</ul>
15
+
16
+
To open the file in MATLAB, enter the following command in the MATLAB Command Window.
<p>For a more detailed discussion of this example and the underlying techniques, see E. S. Wise, B. T. Cox, J. Jaros, & B. E. Treeby (2019). Representing arbitrary acoustic source and sensor distributions in Fourier collocation methods. <em>The Journal of the Acoustical Society of America</em>, 146(1), 278-288. <ahref="https://doi.org/10.1121/1.5116132">https://doi.org/10.1121/1.5116132</a>.</p>
Copy file name to clipboardExpand all lines: k-Wave/helpfiles/example_at_linear_array_transducer.html
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,15 @@
12
12
<h1>Modelling A Linear Array Transducer Example</h1>
13
13
14
14
<p>This example provides a demonstration of using the <code><ahref="kWaveArray.html">kWaveArray</a></code> class to define a linear array transducer with 15 rectangular elements. Electronic focusing is then used to transmit an ultrasound pulse. It builds on the <ahref="example_at_array_as_source.html">Defining A Source Using An Array Transducer Example</a>.</p>
15
-
<p>
16
-
<ul>
17
-
<li><ahref="matlab:edit([getkWavePath('examples') 'example_at_linear_array_transducer.m']);" target="_top">Open the file in the MATLAB Editor</a></li>
18
-
<li><ahref="matlab:run([getkWavePath('examples') 'example_at_linear_array_transducer']);" target="_top">Run the file in MATLAB</a></li>
19
-
</ul>
15
+
16
+
To open the file in MATLAB, enter the following command in the MATLAB Command Window.
0 commit comments