Highest frequency in swt2 command
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
If I do level 1 decompose the image using swt2 command in matlab it give 4 output. Approximate A, Vertical V, Horizontal H, Diogonal D coefficients. which of them is the highest fequecy and lowest frequency. In SWT decomposition Upper right subband is HH and lower left subband is LL. I am confused.
0 comentarios
Respuestas (1)
Yuvraj Singh
el 24 de Feb. de 2023
'swt2' does not return the highest frequency or the lowest frequency. it returns approximation coefficients A and the horizontal, vertical, and diagonal detail coefficients H, V, and D respectively.
Refer to the documentation mentioned below to further understand about the coefficients .
0 comentarios
Ver también
Categorías
Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!