資源簡介
輪廓波相關比較新穎,相關方面的資源比較少
代碼片段和文件信息
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?1)
????error(‘Input?must?be?a?cell?vector?of?dyadic?length‘);
end
if?n?==?1
????%?One?level?the?decomposition
- 上一篇:svpwm,關于pmsm的矢量控制
- 下一篇:dpso算法matlab實現
評論
共有 條評論