no1.m
来自「this program deals with homomorphic anal」· M 代码 · 共 15 行
M
15 行
function no1
clear all; clc;
load hw2;
x = speech1_10k';
clear f*;
clear s*;
nfft = 1024; % number of fft points
Fs = 10e3; %samlping rate
figu('Time Domain');
homoTime(x, Fs);
figu('Frequency Domain');
homoFreq(x,Fs,nfft);
figu('Quefrency Domain');
homoQue(x,Fs,nfft);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?