91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1KB
    文件類型: .m
    金幣: 1
    下載: 0 次
    發布日期: 2021-05-24
  • 語言: Matlab
  • 標簽: 重采樣??

資源簡介

輪廓波相關比較新穎,相關方面的資源比較少

資源截圖

代碼片段和文件信息

function?y?=?backsamp(y)
%?BACKSAMP????Backsampling?the?subband?images?of?the?directional?filter?bank
%
%???y?=?backsamp(y)
%
%?Input?and?output?are?cell?vector?of?dyadic?length
%
%?This?function?is?called?at?the?end?of?the?DFBDEC?to?obtain?subband?images?
%?with?overall?sampling?as?diagonal?matrices
%n?=?log2(length(y));

%?See?also:?DFBDEC

%?Number?of?decomposition?tree?levels
y=[2?3?5?7];
n?=?log2(length(y));

if?(n?~=?round(n))?|?(n?????error(‘Input?must?be?a?cell?vector?of?dyadic?length‘);
end

if?n?==?1
????%?One?level?the?decomposition

評論

共有 條評論