From: nethaji anandhavalli on 11 Apr 2010 13:48 function y = double_S1D(x,T) % x: noise signal % T: threshold [af, sf] = filters1; J = 4; w = double_f1D(x,J,af); % loop through scales for j = 1:J % loop through subbands for s = 1:2 w{j}{s} = soft(w{j}{s},T); end end y = double_i1D(w,J,sf);
From: Matt J on 11 Apr 2010 14:01 How the heck should we know? The code you posted calls about 3 non-native MATLAB functions whose definition you haven't shown us.
From: TideMan on 11 Apr 2010 16:04 On Apr 12, 5:48 am, "nethaji anandhavalli" <mydreamproje...(a)yahoo.com> wrote: > function y = double_S1D(x,T) > > % x: noise signal > % T: threshold > > [af, sf] = filters1; > J = 4; > w = double_f1D(x,J,af); > % loop through scales > for j = 1:J > % loop through subbands > for s = 1:2 > w{j}{s} = soft(w{j}{s},T); > end > end > y = double_i1D(w,J,sf); Why did you post this again? You asked this exact same question an hour ago in a different post. Now things will get very confusing because people replying to this post will not be aware of the replies to the other post. It's too hard for me. I'm out of here.
|
Pages: 1 Prev: open a pdf document on a specific page Next: L shaped neighborhood |