autocorrelogram.m
来自「Toolbox for biomedical signal processing」· M 代码 · 共 15 行
M
15 行
function [A,t,d] = Autocorrelogram(x,SRarg,DRarg,WLarg,NDarg,NSarg,TSarg);% [A,t,d] = Autocorrelogram(x,fs,DR,WL,ND,NS,TS);% Calculates estimates of the spectral content at the specified times% using a blackman window of the specified length.%% x : Input signal.% fs: Sample rate (default = 1).% DR: Array of minimum and maximum delays in seconds (default 0 to (WL-1)/fs).% WL: Length of window to use (default 512). Must be even.% ND: Number of frequencies to evaluate (default WL)% NS: Requested number of times (horizontal pixels) to evaluate % (default 512).% TS: Time (in seconds) of the first element of the input signal % (default 0)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?