Skip to content

Commit b2053c2

Browse files
committed
added ref
1 parent 509a981 commit b2053c2

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

1806_Time-frequency/Natural_signals.ipynb

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,9 @@
558558
{
559559
"cell_type": "code",
560560
"execution_count": 11,
561-
"metadata": {},
561+
"metadata": {
562+
"collapsed": true
563+
},
562564
"outputs": [],
563565
"source": [
564566
"from scipy.io import wavfile\n",
@@ -634,7 +636,9 @@
634636
{
635637
"cell_type": "code",
636638
"execution_count": 18,
637-
"metadata": {},
639+
"metadata": {
640+
"collapsed": true
641+
},
638642
"outputs": [],
639643
"source": [
640644
"np.savetxt(f'signals/bat_{fs}Hz.txt', signal, header=header)"
@@ -655,7 +659,11 @@
655659
"cell_type": "markdown",
656660
"metadata": {},
657661
"source": [
658-
"### Landslide in Greenland"
662+
"### Landslide in Greenland\n",
663+
"\n",
664+
"Public domain data from GLISN.\n",
665+
"\n",
666+
"> Clinton, J. F., M. Nettles, F. Walter, K. Anderson, T. Dahl-Jensen, D. Giardini, A. Govoni, W. Hanka, S. Lasocki, W. S. Lee, D. McCormack, S. Mykkelveit, E. Stutzmann and S. Tsuboi, Real-time geophysical data enhance Earth system monitoring in Greenland, Eos Trans. AGU, 95(2):13-14 DOI 10.1002/2014EO020001, 2014"
659667
]
660668
},
661669
{
@@ -1897,7 +1905,7 @@
18971905
],
18981906
"metadata": {
18991907
"kernelspec": {
1900-
"display_name": "Python 3",
1908+
"display_name": "Python [default]",
19011909
"language": "python",
19021910
"name": "python3"
19031911
},
@@ -1911,7 +1919,7 @@
19111919
"name": "python",
19121920
"nbconvert_exporter": "python",
19131921
"pygments_lexer": "ipython3",
1914-
"version": "3.6.4"
1922+
"version": "3.6.3"
19151923
}
19161924
},
19171925
"nbformat": 4,

0 commit comments

Comments
 (0)