From 19ca92b207185ac54ded634005a61950d16ccd83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisa=20Sch=C3=A4tzle?= <lisa.schaetzle@kit.edu> Date: Thu, 11 Jan 2024 09:19:38 +0000 Subject: [PATCH] Update softshrink.m --- src/softshrink.m | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/softshrink.m b/src/softshrink.m index c73692b..642ff0b 100644 --- a/src/softshrink.m +++ b/src/softshrink.m @@ -2,10 +2,14 @@ function F = softshrink(F, softshrink_mu, softshrink_type, nr_of_sources) %% SOFTSHRINK: Applies the soft-shrinkage operator to the Matrix F and returns the result. % -% INPUT: F Matrix with real/complex entries. +% INPUT: F Cell-Array containing matrices with real/complex entries. % softshrink_mu Threshold parameter in the soft shrinkage operatore. % softshrink_type Type of soft-shrinkage to be used ('real'/'complex'). -% OUTPUT: F Matrix with real/complex entries. +% nr_of_sources Size of cell-arrays. +% +% OUTPUT: F Cell-Array containing matrices with real/complex entries. +% +% SYNTAX: softshrink(F, softshrink_mu, softshrink_type, nr_of_sources) % % ****************************************************************************************** -- GitLab