文件名称:getrmsfeat
介绍说明--下载内容均来自于网络,请自行研究使用
This function computes the RMS feature of the signals in x,which are stored in columns. The signals in x are divided into multiple windows of size winsize and the windows are space wininc apart.
Inputs
x: columns of signals
winsize: window size (length of x)
wininc: spacing of the windows (winsize)
datawin: window for data (e.g. Hamming, default rectangular)
must have dimensions of (winsize,1)
dispstatus:zero for no waitbar (default)
Outputs
feat: RMS value in a 2 dimensional matrix
dim1 window
dim2 feature (col i is the features for the signal in column i of x)
-This function computes the RMS feature of the signals in x,which are stored in columns. The signals in x are divided into multiple windows of size winsize and the windows are space wininc apart.
Inputs
x: columns of signals
winsize: window size (length of x)
wininc: spacing of the windows (winsize)
datawin: window for data (e.g. Hamming, default rectangular)
must have dimensions of (winsize,1)
dispstatus:zero for no waitbar (default)
Outputs
feat: RMS value in a 2 dimensional matrix
dim1 window
dim2 feature (col i is the features for the signal in column i of x)
Inputs
x: columns of signals
winsize: window size (length of x)
wininc: spacing of the windows (winsize)
datawin: window for data (e.g. Hamming, default rectangular)
must have dimensions of (winsize,1)
dispstatus:zero for no waitbar (default)
Outputs
feat: RMS value in a 2 dimensional matrix
dim1 window
dim2 feature (col i is the features for the signal in column i of x)
-This function computes the RMS feature of the signals in x,which are stored in columns. The signals in x are divided into multiple windows of size winsize and the windows are space wininc apart.
Inputs
x: columns of signals
winsize: window size (length of x)
wininc: spacing of the windows (winsize)
datawin: window for data (e.g. Hamming, default rectangular)
must have dimensions of (winsize,1)
dispstatus:zero for no waitbar (default)
Outputs
feat: RMS value in a 2 dimensional matrix
dim1 window
dim2 feature (col i is the features for the signal in column i of x)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
getrmsfeat.m