Skip to content

Commit 0d92567

Browse files
committed
fixed demos
1 parent 20b4f1d commit 0d92567

10 files changed

Lines changed: 24433 additions & 574 deletions

demos/AudioDeclipping.ipynb

Lines changed: 1043 additions & 44 deletions
Large diffs are not rendered by default.

demos/DeepNeuralNetworkClassifier.ipynb

Lines changed: 22869 additions & 11 deletions
Large diffs are not rendered by default.

demos/LineSpectraEstimation.ipynb

Lines changed: 314 additions & 324 deletions
Large diffs are not rendered by default.

demos/Manifest.toml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ version = "0.5.6"
4747

4848
[[CSTParser]]
4949
deps = ["Tokenize"]
50-
git-tree-sha1 = "0ff80f68f55fcde2ed98d7b24d7abaf20727f3f8"
50+
git-tree-sha1 = "c69698c3d4a7255bc1b4bc2afc09f59db910243b"
5151
uuid = "00ebfdb7-1f24-5e51-bd34-a7502290713f"
52-
version = "0.6.1"
52+
version = "0.6.2"
5353

5454
[[CatIndices]]
5555
deps = ["CustomUnitRanges", "OffsetArrays", "Test"]
@@ -112,9 +112,9 @@ uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
112112
version = "0.5.2"
113113

114114
[[DataAPI]]
115-
git-tree-sha1 = "891a09f4f90361a28d0391c104a65c0202e22624"
115+
git-tree-sha1 = "8903f0219d3472543fc4b2f5ebaf675a07f817c0"
116116
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
117-
version = "1.0.0"
117+
version = "1.0.1"
118118

119119
[[DataStructures]]
120120
deps = ["InteractiveUtils", "OrderedCollections"]
@@ -508,9 +508,9 @@ version = "0.32.0"
508508

509509
[[StructuredOptimization]]
510510
deps = ["AbstractOperators", "DSP", "FFTW", "LinearAlgebra", "ProximalAlgorithms", "ProximalOperators", "RecursiveArrayTools"]
511-
git-tree-sha1 = "024980b281f7448a1c540aa55f29b2d89822a661"
511+
git-tree-sha1 = "749918dc80bd614641a56ae1560a4e536bc02409"
512512
uuid = "46cd3e9d-64ff-517d-a929-236bc1a1fc9d"
513-
version = "0.2.1"
513+
version = "0.2.2"
514514

515515
[[SuiteSparse]]
516516
deps = ["Libdl", "LinearAlgebra", "SparseArrays"]
@@ -562,6 +562,12 @@ git-tree-sha1 = "c9d5aa108588b978bd859554660c8a5c4f2f7669"
562562
uuid = "81def892-9a0e-5fdd-b105-ffc91e053289"
563563
version = "1.1.3"
564564

565+
[[WAV]]
566+
deps = ["Base64", "FileIO", "Libdl", "Logging"]
567+
git-tree-sha1 = "0306a9832c93aafda68c7f6b5159805136a9edb8"
568+
uuid = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"
569+
version = "1.0.2"
570+
565571
[[WoodburyMatrices]]
566572
deps = ["LinearAlgebra", "Random", "SparseArrays", "Test"]
567573
git-tree-sha1 = "21772c33b447757ec7d3e61fcdfb9ea5c47eedcf"

demos/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1313
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1414
StructuredOptimization = "46cd3e9d-64ff-517d-a929-236bc1a1fc9d"
1515
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
16+
WAV = "8149f6b0-98f6-5db9-b78f-408fbbb8ef88"

demos/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# StructuredOptimization.jl Demos
2+
3+
Open a terminal and type `julia run_demos.jl`.
4+
5+
You'll be redirected to a Jupyter notebook where you can access and play with the demos of this folder.
6+

demos/SparseDeconvolution.ipynb

Lines changed: 140 additions & 150 deletions
Large diffs are not rendered by default.

demos/TotalVariationDenoising.ipynb

Lines changed: 1 addition & 10 deletions
Large diffs are not rendered by default.

demos/VideoBackgroundRemoval.ipynb

Lines changed: 47 additions & 29 deletions
Large diffs are not rendered by default.

docs/src/assets/declipped.wav

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)