Skip to content

Commit 883d499

Browse files
committed
use bib entries to reference literature
1 parent 6013503 commit 883d499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/examples/wfs-referencing.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# WFS Referencing Schemes\n",
88
"\n",
9-
"Illustrates the usage of the SFS toolbox for the simulation of different 2.5D WFS referencing schemes for contours within the listening area that exhibit amplitude correct synthesis, cf. Ch. 4.1.3 in [[Fir19]](https://last.hit.bme.hu/download/firtha/PhD_thesis/firtha_phd_thesis.pdf) and [[FFSS17]](doi:10.1109/TASLP.2017.2689245)"
9+
"Illustrates the usage of the SFS toolbox for the simulation of different 2.5D WFS referencing schemes for contours within the listening area that exhibit amplitude correct synthesis, cf. Ch. 4.1.3 in <cite data-cite=\"Firtha2019\">[Firtha19]</cite> and <cite data-cite=\"Firtha2017\">(FFSS17)</cite>."
1010
]
1111
},
1212
{
@@ -75,7 +75,7 @@
7575
"source": [
7676
"### Line as reference contour\n",
7777
"\n",
78-
"The reference contour is calculated according to [Fir19, eq. (52)] for a virtual point source on x-axis."
78+
"The reference contour is calculated according to <cite data-cite=\"Firtha2017\">(FFSS17)</cite> for a virtual point source on x-axis."
7979
]
8080
},
8181
{
@@ -86,7 +86,7 @@
8686
"source": [
8787
"# reference contour is a straight line\n",
8888
"xref_line = 0\n",
89-
"# calc reference contour xref(x0), cf. [Fir19, eq. (24), (31), (52)]\n",
89+
"# calc reference contour xref(x0), cf. [FFSS17, eq. (24), (31), (52)]\n",
9090
"# this code assumes virtual point source on negative x-axis\n",
9191
"cosbeta = (array.n @ [1, 0, 0]).reshape(-1, 1)\n",
9292
"xref = array.x + (xs - array.x) * \\\n",

0 commit comments

Comments
 (0)