contents.m

来自「压缩感知中一种测量方法。介绍如何构造测量矩阵。」· M 代码 · 共 10 行

M
10
字号
% fft1d_f:   implementation of dense FFT-based sampling operator(e.g., partial FFT, scrambled FFT etc.); 
% fft1d_t:   implementation of the transpose of dense FFT-based sampling operator;
% blk_f1d:   implementation of random block-based sensing operator (e.g., scrambled block Hadamard ensemble);
% blk_t1d:   implemenation of the transpose of the random block-based sensing operator;
% A_idwt1d:  Calculation of the equivalent sampling operator for the
% wavelet coefficients when the sensing is conducted in the spatial domain;
% At_dwt1d:  transpose operator for A_idwt1d
% 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?