小波分解结构处理与逆快速小波变换
1. 无小波工具箱时编辑小波分解系数
在没有小波工具箱的情况下,记账矩阵 S 是访问多尺度向量 c 中各个近似系数和细节系数的关键。我们可以使用 S 构建一组通用例程来操作 c ,其中 wavework 函数是这些例程的基础,它基于现代文字处理应用中熟悉的剪切 - 复制 - 粘贴隐喻。
1.1 wavework 函数
function [varargout] = wavework(opcode, type, c, s, n, x)
%WAVEWORK is used to edit wavelet decomposition structures.
%
[VARARGOUT] = WAVEWORK(OPCODE, TYPE, C, S, N, X) gets the
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
%
coefficients specified by TYPE and N for access or modification
based on OPCODE.
INPUTS:
OPCODE
' copy '
'cut '
' paste '
Operation to perform
[varargout] = Y = requested (via TYPE and N)
coefficient matrix
[varargout] = [NC,
超级会员免费看
订阅专栏 解锁全文

被折叠的 条评论
为什么被折叠?



