Skip to content
Snippets Groups Projects
Commit 19ca92b2 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update softshrink.m

parent 67a1fc0f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
%
% ******************************************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment