Understanding the vector input to matlab function dwt

조회 수: 3 (최근 30일)
Damon Raynor
Damon Raynor 2021년 11월 8일
답변: Abhishek Kolla 2021년 11월 11일
Utilizing a current signal in the time domain with a 1000 points of data as my input to the dwt function [cA,cD] = dwt(x,wname), will I have to interatively use the dwt function to process across the whole dataset? Will the vector input "x" be some sort of chunck of the dataset?

채택된 답변

Abhishek Kolla
Abhishek Kolla 2021년 11월 11일
Hi,
The input vector x will contain all the data points present in the input current signal.
In the below link try running the first example in MATLAB Online. Go to workspace and open the variable noisdopp to visualize the form of input vector to the function dwt

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by