What is the scattering coefficient matrix returning when using the function FEATUREMATRIX?
조회 수: 1 (최근 30일)
이전 댓글 표시
smat = featureMatrix(sf,x)
[smat,u] = featureMatrix(sf,x)
smat = featureMatrix(___,Name,Value)
I thought smat were the scattering coefficients and u were the scalogram coeffcients, however, when I plot smat, I do not quite uderstand what I am looking at, it does not look like the low frequencies of my signal. So, my question, is smat not the opposite of u? what is smat returning, matematically speaking?
댓글 수: 0
답변 (1개)
Neeraj Rajpurohit
2021년 4월 7일
DISCLAIMER: These are my own views and in no way depict those of MathWorks.
Greetings,
featureMatrix function returns returns the scattering coefficient matrix. Please refer to the following documentation link.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Working with Signals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!