About 1,690,000 results
Open links in new tab
  1. Newest 'wavelet-transform' Questions - Stack Overflow

    May 25, 2024 · I'm using wavelet transform to denoise a signal and I've implemented dwt in c trying to replicate the python library pywavelets but doing additional levels of wavelet transform doesn't seem …

  2. What is std::move(), and when should it be used? - Stack Overflow

    Aug 5, 2010 · We can see that std::move with move constructor makes transform resource easily. Where else is std::move useful? std::move can also be useful when sorting an array of elements. Many …

  3. Two different value for the Wavelet Transform (Daubechies D4)

    Mar 17, 2019 · Wavelet transform maps a Wavelet function - such as DB4 - throughout your original signal, and that's how it would compute those numbers that you have printed out, perhaps.

  4. фурье - Какие есть алгоритмы шифрования изображений, …

    Какие есть алгоритмы шифрования изображений, устойчивые к изменению размера изображения, поворотам на углы, кратные 90 градусам? Т.е. зашифровал исходное изображение - оно на себя …

  5. How to combine Wavelet Transform and Frequency Filtering

    Feb 10, 2019 · I need to implement the following de-noising on ECG signal: Discrete wavelet transform to 9 levels with 'db6' wavelet Filter the frequencies (not the details coefficients) on the 9-th level in the ...

  6. c++ - Wavelet transform in openCV - Stack Overflow

    2 I see that there's very few code examples for wavelet in java, especially if you're using openCV. I had to use wavelet in java with openCV and I used the C code from @la luvia and converted to java. There …

  7. Wavelets: how to determine scales from frequencies?

    Jun 1, 2016 · wt = cwtft( y, 'wavelet', 'morl', 'scales', s ); [ f; wt.frequencies/dt ] I am trying to use the continuous wavelet transform in Matlab, and I want to perform the transform at different frequencies …

  8. Wavelet signal decomposition in Octave - Stack Overflow

    Sep 1, 2014 · I want to conduct signal decomposition using wavelet transformation in Octave. And I don't know, what I should do. I was looking for any black-box functions in Octave, but haven't found …

  9. How to Combine pyWavelet and openCV for image processing?

    Jul 2, 2014 · I need to do an image processing in python. i want to use wavelet transform as the filterbank. Can anyone suggest me which one library should i use? I had pywavelet installed, but i don't …

  10. wavelet as a bandpass or a highpass? - Stack Overflow

    Oct 5, 2021 · A wavelet transform uses the scaling function, represented by a lowpass filter, to approximate the signal on the next level, and the wavelet function, represented by a highpass filter, to …