필터 지우기
필터 지우기

How to view contents of Wavelet object?

조회 수: 3 (최근 30일)
Mrin San
Mrin San 2017년 9월 30일
편집: Mrin San 2017년 9월 30일
I was looking at a code of Sparse reconstruction where they use a matlab toolbox- wavelab850. A line from the code is
%generate transform operator
XFM = Wavelet('Daubechies',4,4); % Wavelet
The wavelet object XFM is generated in matlab and is passed on to functions as:
% initialize Parameters for reconstruction
param = init;
param.FT = FT;
param.XFM = XFM;
param.TV = TVOP;
param.data = data;
param.TVWeight =TVWeight; % TV penalty
param.xfmWeight = xfmWeight; % L1 wavelet penalty
param.Itnlim = Itnlim;
res = XFM*im_dc;
Now when try to look into contents of XFM it just shows as :
XFM =
Wavelet object: 1-by-1
My question is how to access contents of XFM?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by