已回答
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: http://www.mathworks.com/help...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

已回答
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...

7 years 前 | 0

| 已接受

已回答
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 ...

7 years 前 | 0

已回答
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...

7 years 前 | 1

已回答
Tell me this is not true: r2016b and CWT (continuos wavelet transform)
Dear Paramonte, with respect to naming this is always a hard decision. The acronym CWT is well established so users look for it....

7 years 前 | 1

已回答
Tell me this is not true: r2016b and CWT (continuos wavelet transform)
Paramonte, I posted this response on another thread where you posted a comment. I will repeat the essential content here. As I s...

7 years 前 | 1

已回答
Why is wcoher function not reccomended?
Hi Jakub and Paramonte, Jakub to answer your question, the new wcoherence is much more robust in its estimation of the phase ...

7 years 前 | 1

已回答
How to extract samples from audio and hamming window?
x is just a double precision vector that should have 48000 samples. These elements are just indexed from 1 to 48000. So you can ...

7 years 前 | 0

| 已接受

已回答
Some bugs(?) in cwt, continuous wavelet transformation function in matlab.
Hi Minho, This is because when you call CWT with no output arguments, the CWT uses a logarithmic frequency axis, it actually use...

7 years 前 | 0

已回答
Copy XLabel from axes: R2014a
You should say what version of MATLAB you are using because handle graphics changed appreciably in 14b. R2014b and on f1...

7 years 前 | 1

| 已接受

已回答
Doubt about the result of my function (dwt2)
Why are you not using wavedec2?

7 years 前 | 0

已回答
When a signal Sub-banded using [C,L] = wavedec(S,8,waveletFunction), How should I Calculate Energy of bands like Alpha Or Beta???
The energy should be calculated on the wavelet coefficients not a reconstruction (projection) as obtained with wrcoef. For this ...

7 years 前 | 0

已回答
why is 'wcoherence' not being recognised as a function?
wcoherence was introduced in R2016a. All MathWorks functions now have text at the bottom of the reference page that indicates...

7 years 前 | 0

已回答
How does MATLAB handle sample size which is not power of two in discrete wavelet transformation?
MATLAB extends the signal or image based on the DWTMODE setting at the command line. In the UI, only one extension mode is used ...

7 years 前 | 0

| 已接受

已回答
Question about wavelet and reconstruction
One problem you are having is that DWT does not take the 3 input you are using. DWT only does a single-level wavelet transform u...

7 years 前 | 0

已回答
Understanding the limitations of wmpdictionary function in MATLAB when using wavelets
It does not appear that you are creating an orthogonal wavelet with the code above. Can you possibly attach this "component" vec...

7 years 前 | 1

已回答
why wavelet decomposition maximum level wmaxlev instruction returns an imaginary answer?
Can you please show us some example code that does this? The first input argument to wmaxlev is not the signal, it is the len...

7 years 前 | 1

| 已接受

已回答
Signal Frequency evaluation using Wavelet transform (CWT, Morlet wavelet)
Hi Marko, Do you have access to R2015b or later? If so, take a look at this example: <http://www.mathworks.com/help/wavelet/e...

8 years 前 | 0

| 已接受

已回答
How to reconstruct original signal from continuous wavelet coefficients
Dear Hai, I would first ask. Are you sure you need the CWT here and not the MODWT? The MODWT is limited to dyadic scales (that i...

8 years 前 | 0

已回答
Can i get Pearson R value out of xcorr()
Hi Mike, if the vectors are the same length, then you can use the 'coeff' option to give you values between -1 and 1 Ex: ...

8 years 前 | 0

| 已接受

已回答
How can I apply lifting scheme to my own wavelet?
Where did you get this biorthogonal filter pair? It does not satisfy the criteria for a biorthogonal (wavelet) filter pair. For ...

8 years 前 | 0

已回答
How can I apply lifting scheme to my own wavelet?
Hi Shaik, |filt2ls| is your friend. You use |filt2ls| with the filters (include both the analysis and synthesis filters) and ...

8 years 前 | 1

| 已接受

已回答
Continuous wavelet transform implementation using morlet
Hi Vinod, First, I would recommend using CWTFT as opposed to CWT. The default wavelet for CWTFT is the "analytic" Morlet wavelet...

8 years 前 | 0

已回答
Discrete wavelet transform-wavedec
Hi Hai, The Haar high pass analysis filter used in DWT() which is called by WAVEDEC() is [-1/sqrt(2) 1/sqrt(2)] To demo...

8 years 前 | 2

| 已接受

已回答
DWT vs. MODWT vs. EMD
EMD is an adaptive technique. This has strengths but also weaknesses so whether you might use EMD vs MODWT depends a lot on your...

8 years 前 | 0

已回答
DWT vs. MODWT vs. EMD
Marc, MODWT uses the 'sym4' wavelet by default if one is not specified. That is given in the help and documentation. Also, the...

8 years 前 | 0

已回答
wavelet decomposition of signal
Hi Smita, this is because of the setting of dwtmode. If you want to see the behavior you expect above, then do dwtmode('per')...

8 years 前 | 0

已回答
How can I reconstruct the details and approximation after using 'swt' (stationary wavelet decomposition) of the wavelet toolbox?
Hi Marie, Not directly for SWT, but there is a work around. Let me say however, that starting in R2015b there is MODWT-MODWTMRA ...

8 years 前 | 1

加载更多