confusing about the operator
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
There is a code of operator:
SHI=Wavelet('Daubechies', 6,4);
FI=randn(40,100);
A=@(x) FI*(SHI'*x)
At=@(x) SHI*(FI'*x)
i am confusing about the operator. Is it write or wrong?
0 comentarios
Respuestas (0)
Ver también
Categorías
				Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.
			
	Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
