├── COPYING ├── Demos ├── demo_1d.m ├── demo_2d.m ├── demo_2dw.m ├── demo_L1L2.m ├── demo_L1L2con.m ├── demo_all.m ├── demo_complex.m ├── demo_dB.m ├── demo_hard.m ├── demo_nonneg.m ├── demo_rand.m ├── demo_weights.m ├── hard150.mat └── hard8nz.mat ├── LICENSE ├── Readme.txt ├── Run_Me_1st.m ├── Utilities ├── fWHtrans.cpp ├── fWHtrans.mexa64 ├── fWHtrans.mexmaci64 ├── fWHtrans.mexw32 ├── ifWHtrans.m ├── pdct_operator.m ├── pdft_operator.m ├── pdwht_operator.m ├── snr.m └── wavelet_basis.m ├── quick_start.m ├── quick_start2.m └── yall1.m /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/COPYING -------------------------------------------------------------------------------- /Demos/demo_1d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_1d.m -------------------------------------------------------------------------------- /Demos/demo_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_2d.m -------------------------------------------------------------------------------- /Demos/demo_2dw.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_2dw.m -------------------------------------------------------------------------------- /Demos/demo_L1L2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_L1L2.m -------------------------------------------------------------------------------- /Demos/demo_L1L2con.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_L1L2con.m -------------------------------------------------------------------------------- /Demos/demo_all.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_all.m -------------------------------------------------------------------------------- /Demos/demo_complex.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_complex.m -------------------------------------------------------------------------------- /Demos/demo_dB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_dB.m -------------------------------------------------------------------------------- /Demos/demo_hard.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_hard.m -------------------------------------------------------------------------------- /Demos/demo_nonneg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_nonneg.m -------------------------------------------------------------------------------- /Demos/demo_rand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_rand.m -------------------------------------------------------------------------------- /Demos/demo_weights.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/demo_weights.m -------------------------------------------------------------------------------- /Demos/hard150.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/hard150.mat -------------------------------------------------------------------------------- /Demos/hard8nz.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Demos/hard8nz.mat -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Readme.txt -------------------------------------------------------------------------------- /Run_Me_1st.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Run_Me_1st.m -------------------------------------------------------------------------------- /Utilities/fWHtrans.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/fWHtrans.cpp -------------------------------------------------------------------------------- /Utilities/fWHtrans.mexa64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/fWHtrans.mexa64 -------------------------------------------------------------------------------- /Utilities/fWHtrans.mexmaci64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/fWHtrans.mexmaci64 -------------------------------------------------------------------------------- /Utilities/fWHtrans.mexw32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/fWHtrans.mexw32 -------------------------------------------------------------------------------- /Utilities/ifWHtrans.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/ifWHtrans.m -------------------------------------------------------------------------------- /Utilities/pdct_operator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/pdct_operator.m -------------------------------------------------------------------------------- /Utilities/pdft_operator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/pdft_operator.m -------------------------------------------------------------------------------- /Utilities/pdwht_operator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/pdwht_operator.m -------------------------------------------------------------------------------- /Utilities/snr.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/snr.m -------------------------------------------------------------------------------- /Utilities/wavelet_basis.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/Utilities/wavelet_basis.m -------------------------------------------------------------------------------- /quick_start.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/quick_start.m -------------------------------------------------------------------------------- /quick_start2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/quick_start2.m -------------------------------------------------------------------------------- /yall1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewssobral/YALL1/HEAD/yall1.m --------------------------------------------------------------------------------