contents.m
来自「Matlab时频分析工具箱,希望能对大家有所帮助啊」· M 代码 · 共 36 行
M
36 行
% LTFAT - Signal processing tools%% Peter L. Soendergaard, 2007.%% Working with coefficients.% LARGESTR - Keep largest ratio of coefficients.% LARGESTN - Keep N largest coefficients.% THRESH - Threshhold hard/soft.% UQUANT - Simulate uniform quantization.%% Extra signal processing tools.% MULAWENCODE - Mu-Law companding% MULAWDECODE - Inverse Mu-Law companding.% QAM - QAM modulation% IQAM - Inverse QAM modulation% CIRCBITFLIP - Number sequence suited for QAM%% For help, errors, suggestions etc. please send email to% ltfat-help@lists.sourceforge.net%% This program is free software: you can redistribute it and/or modify% it under the terms of the GNU General Public License as published by% the Free Software Foundation, either version 3 of the License, or% (at your option) any later version.% % This program is distributed in the hope that it will be useful,% but WITHOUT ANY WARRANTY; without even the implied warranty of% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the% GNU General Public License for more details.% % You should have received a copy of the GNU General Public License% along with this program. If not, see <http://www.gnu.org/licenses/>.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?