Understanding the vector input to matlab function dwt

2 ビュー (過去 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 Center および File ExchangeDiscrete Multiresolution Analysis についてさらに検索

タグ

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by