photo

Wayne King


Last seen: 7 days ago

MathWorks

2,701 total contributions since 2011

I am a developer on the Wavelet Toolbox at MathWorks

DISCLAIMER: Any advice or opinions posted here are my own, and in no way reflect that of MathWorks.
Professional Interests: Signal Processing

Contact

Wayne King's Badges

  • GitHub Submissions Level 1
  • First Submission
  • 24 Month Streak
  • Ace
  • Revival Level 2
  • Knowledgeable Level 4
  • First Answer

View details...

Contributions in
View by

Answered
Extract signal components from mixed signal
嗨Sohel,给定频率和标记l lengths, the spectra of I_second and I_third are not delta functions in frequency...

24 days ago | 0

Answered
Extract signal components from mixed signal
Hi Sohel, May I first suggest that you clean this code up a bit. It isn't easy to follow exactly what kind of signals you are cr...

24 days ago | 2

|accepted

Answered
How to reconstruct a signal from it's Wavelet transform using Mexican Hat wavelet
This is not a bug. When you make the call: coefs=cwt(X,0.001:100,'mexh'); You are calling the legacy CWT() interface which is ...

1 year ago | 1

|accepted

Answered
Old version and new version of CWT(Continuous Wavelet transform) to detect abrupt change in signal
Supatat, You are free to use the old CWT API if you wish. However, we recommend the newer API for reasons I've tried to explain ...

1 year ago | 0

|accepted

Answered
The difference between the old version and new version of CWT (Continuous Wavelet Transform)
Hi Supatat, Some of this has been discussed here: //www.tatmou.com/matlabcentral/answers/474889-why-the-old-version-...

1 year ago | 1

|accepted

Answered
how to do wavelet transformation in real time?
Hi are you using dsp.DyadicAnalysisFilterBank? In that case the input signal must be a multiple of four along its first dimensio...

1 year ago | 0

Answered
bug in cwt function
嗨洗巴,首先,我将鼓励你e the new CWT interface as opposed to the legacy interface you are using here....

2 years ago | 0

Answered
Continuous Wavelet Analysis without COI
Hi Evan, the CWT outputs everything you need to do the plot with the cone of influence. For example: load kobe; % The...

2 years ago | 2

Answered
How does modwpt details provide zero phase filtering ?
MODWPTDETAILS actually projects the signal onto the various wavelet packet subspaces, that is what provides the zero-phase filte...

2 years ago | 0

Answered
Unable to open openExample('wavelet/XpwWaveletMLExample')
That example is part of MATLAB R2018a. The example was not shipped with the R2016a version of MATLAB.

2 years ago | 0

|accepted

Submitted


mathworks/physionet_ECG_data
A data set consisting of 162 ECG recordings and diagnostic labels. The data are sampled at 128 hertz

3 years ago | 5 downloads |

Answered
Additional wavelets that can be used in 2D CWT?
Hi Michael, in order to use a wavelet in CWTFT2, we need to have the expression for the Fourier transform of the wavelet. The wa...

3 years ago | 1

|accepted

Answered
About using cwt function
Hi Alexander, For the CWT, the scaling functions are not commonly used. For discrete analysis wavelets are typically defined in ...

3 years ago | 0

|accepted

Answered
About decimation in DWT
Hi Alexander, I don't think there is a trick here. The filter responses scale as you go down in resolution but that is becau...

3 years ago | 0

Answered
About decimation in DWT
Hi Alexander, # Yes, you are correct that the downsampling causes aliasing (or can cause aliasing). However, the analysis fil...

3 years ago | 0

Answered
how does Wenergy for 1-D wavelet decomposition works???
Hi Alef, the Ed output gives the percentage of energy captured by the detail (wavelet) coefficients at each level, while the Ea ...

3 years ago | 0

|accepted

Answered
Unable to change data from row to column by using transpose
Is the data in your workspace in the form of a MATLAB table? What does the >>whos command print out in your workspace? o...

3 years ago | 0

|accepted

Answered
How to perform 2 level dwt without using dwt2 wavelet?
Use wavedec2() that allows you to specify the level.

3 years ago | 0

|accepted

Answered
what is the scaling function on wavelet in the matlab?
Hi Mohammad, I'm not sure this question is complete since you just wrote "1" in the body. The scaling function provides the low ...

3 years ago | 0

Answered
error msg- Input must contain only finite real nonnegative integers. when using coif1.3 and bior1.3 in place of haar
Hi Naval, I agree with Walter that we need more information. It helps to give us some sample data that we can reproduce the issu...

3 years ago | 1

Answered
any body please explain me what is happening in swt command in matlab? swt in the sense stationary wavelet transform.
Hi Bharat, Have you read the literature on the stationary wavelet transform? This is the paper to read:

3 years ago | 0

Answered
cwt.m normalization
Hi Simon, that energy normalization should be interpreted here in the correct way. With the CWT, we don't preserve the energy in...

3 years ago | 1

|accepted

Answered
cwt.m normalization
Hi Simon, the scalogram is normalized for the L1 norm already. In many other uses of the wavelet transform, it is customary to n...

3 years ago | 0

Answered
How to do inverse continuous wavelet transform from sym8 wavelet domain
Hi Rubio, Why would you want to do this? The CWT should be obtained at multiple scales and those scales should be logarithmicall...

4 years ago | 1

Answered
how can I detect R-peak using DWT(db2 or db3)?
Hi Neal, there are many different techniques for this using wavelets. Here is a simple example: //www.tatmou.com/help...

4 years ago | 0

Answered
Wavelet Decomposition: Difference in MODWT and MODWTMRA functions
Hi Rajat, MODWT and MODWTMRA are actually doing very different things. MODWT is providing the expansion coefficients while MODWT...

4 years ago | 0

Answered
Error in compiled code with wavelet toolbox
Hi Marco, This was a bug that was fixed in 16b. You should be able to get around this bug by using the -a option with mcc. The...

4 years ago | 0

Answered
how to apply daubchies complex wabvelet transform for video
The wavelet toolbox currently does not support complex Daubechies wavelets. The toolbox does have the complex dual-tree wavel...

4 years ago | 0

|accepted

Answered
what is the problem of my code it say when i run the code it show me Error in stop4 (line 17) semilogy(x,k)
Hi, you should always format your code so people can read it easier. I have formatted it for you. You do not provide us with ...

4 years ago | 0

Answered
Wavelet Transform in time second
Hi Farah, there are multiple varieties of 1-D wavelet transform. There is the redundant variety like MODWT where there are as ma...

4 years ago | 1

Load more