Main Content

waveletfamilies

Wavelet families and family members

Description

example

waveletfamilies or waveletfamilies('f') displays the names of all available wavelet families.

waveletfamilies('n') displays the names of all available wavelets in each family.

waveletfamilies('a') displays all available wavelet families with their corresponding properties.

Examples

collapse all

Display the names of all available wavelet families.

waveletfamilies
===================================
Haar                     		haar    
Daubechies               		db      
Symlets                  		sym     
Coiflets                 		coif    
BiorSplines              		bior    
ReverseBior              		rbio    
Meyer                    		meyr    
DMeyer                   		dmey    
Gaussian                 		gaus    
Mexican_hat              		mexh    
Morlet                   		morl    
Complex Gaussian         		cgau    
Shannon                  		shan    
Frequency B-Spline       		fbsp    
Complex Morlet           		cmor    
Fejer-Korovkin           		fk      
Best-localized Daubechies		bl      
Morris minimum-bandwidth 		mb      
Beylkin                  		beyl    
Vaidyanathan             		vaid    
Han linear-phase moments 		han     
===================================
 

Display the names of all available wavelets in each family.

waveletfamilies('n')
===================================         
Haar                     		haar             
===================================         
Daubechies               		db               
------------------------------              
db1	db2	db3	db4	                            
db5	db6	db7	db8	                            
db9	db10	db**	                              
===================================         
Symlets                  		sym              
------------------------------              
sym2	sym3	sym4	sym5	                        
sym6	sym7	sym8	sym**	                       
===================================         
Coiflets                 		coif             
------------------------------              
coif1	coif2	coif3	coif4	                    
coif5	                                      
===================================         
BiorSplines              		bior             
------------------------------              
bior1.1	bior1.3	bior1.5	bior2.2	            
bior2.4	bior2.6	bior2.8	bior3.1	            
bior3.3	bior3.5	bior3.7	bior3.9	            
bior4.4	bior5.5	bior6.8	                    
===================================         
ReverseBior              		rbio             
------------------------------              
rbio1.1	rbio1.3	rbio1.5	rbio2.2	            
rbio2.4	rbio2.6	rbio2.8	rbio3.1	            
rbio3.3	rbio3.5	rbio3.7	rbio3.9	            
rbio4.4	rbio5.5	rbio6.8	                    
===================================         
Meyer                    		meyr             
===================================         
DMeyer                   		dmey             
===================================         
Gaussian                 		gaus             
------------------------------              
gaus1	gaus2	gaus3	gaus4	                    
gaus5	gaus6	gaus7	gaus8	                    
===================================         
Mexican_hat              		mexh             
===================================         
Morlet                   		morl             
===================================         
Complex Gaussian         		cgau             
------------------------------              
cgau1	cgau2	cgau3	cgau4	                    
cgau5	cgau6	cgau7	cgau8	                    
===================================         
Shannon                  		shan             
------------------------------              
shan1-1.5	shan1-1	shan1-0.5	shan1-0.1	      
shan2-3	shan**	                             
===================================         
Frequency B-Spline       		fbsp             
------------------------------              
fbsp1-1-1.5	fbsp1-1-1	fbsp1-1-0.5	fbsp2-1-1	
fbsp2-1-0.5	fbsp2-1-0.1	fbsp**	             
===================================         
Complex Morlet           		cmor             
------------------------------              
cmor1-1.5	cmor1-1	cmor1-0.5	cmor1-1	        
cmor1-0.5	cmor1-0.1	cmor**	                 
===================================         
Fejer-Korovkin           		fk               
------------------------------              
fk4	fk6	fk8	fk14	                           
fk18	fk22	                                  
===================================         
Best-localized Daubechies		bl               
------------------------------              
bl7	bl9	bl10	                               
===================================         
Morris minimum-bandwidth 		mb               
------------------------------              
mb4.2	mb8.2	mb8.3	mb8.4	                    
mb10.3	mb12.3	mb14.3	mb16.3	                
mb18.3	mb24.3	mb32.3	                       
===================================         
Beylkin                  		beyl             
===================================         
Vaidyanathan             		vaid             
===================================         
Han linear-phase moments 		han              
------------------------------              
han2.3	han3.3	han4.5	han5.5	                
===================================         
 

Display all available wavelet families with their corresponding properties.

waveletfamilies('a')
%--------------------------

Type of Wavelets
-----------------
type = 1   - orthogonals wavelets          (F.I.R.)
type = 2   - biorthogonals wavelets        (F.I.R.)
type = 3   - with scale function
type = 4   - without scale function
type = 5   - complex wavelet.
-----------------------------------------------------------------

------------------------
Family Name : Haar
haar
1
no
no
dbwavf

------------------------
Family Name : Daubechies
db
1
1 2 3 4 5 6 7 8 9 10 **
integer
dbwavf

------------------------
Family Name : Symlets
sym
1
2 3 4 5 6 7 8 **
integer
symwavf

------------------------
Family Name : Coiflets
coif
1
1 2 3 4 5
integer
coifwavf

------------------------
Family Name : BiorSplines
bior
2
1.1 1.3 1.5 2.2 2.4 2.6 2.8 3.1 3.3 3.5 3.7 3.9 4.4 5.5 6.8
real
biorwavf

------------------------
Family Name : ReverseBior
rbio
2
1.1 1.3 1.5 2.2 2.4 2.6 2.8 3.1 3.3 3.5 3.7 3.9 4.4 5.5 6.8
real 
rbiowavf

------------------------
Family Name : Meyer
meyr
3
no
no
meyer
-8 8
------------------------
Family Name : DMeyer
dmey
1
no
no
dmey.mat

------------------------
Family Name : Gaussian
gaus
4
1 2 3 4 5 6 7 8
integer
gauswavf
-5 5
------------------------
Family Name : Mexican_hat
mexh
4
no
no
mexihat
-8 8
-------------------------
Family Name : Morlet
morl
4
no
no
morlet
-8 8
------------------------
Family Name : Complex Gaussian
cgau
5
1 2 3 4 5 6 7 8
integer
cgauwavf
-5 5
------------------------
Family Name : Shannon
shan
5
1-1.5 1-1 1-0.5 1-0.1 2-3 **
string
shanwavf
-20 20
------------------------
Family Name : Frequency B-Spline
fbsp
5
1-1-1.5 1-1-1 1-1-0.5 2-1-1 2-1-0.5 2-1-0.1 **
string
fbspwavf
-20 20
------------------------
Family Name : Complex Morlet
cmor
5
1-1.5 1-1 1-0.5 1-1 1-0.5 1-0.1 **
string
cmorwavf
-8 8
------------------------
Family Name : Fejer-Korovkin
fk
1
4 6 8 14 18 22
integer
fejerkorovkin

------------------------
Family Name : Best-localized Daubechies
bl
1
7 9 10
integer
blscalf

------------------------
Family Name : Morris minimum-bandwidth
mb
1
4.2 8.2 8.3 8.4 10.3 12.3 14.3 16.3 18.3 24.3 32.3
real
mbscalf

------------------------
Family Name : Beylkin
beyl
1
no
no
beyl.mat

------------------------
Family Name : Vaidyanathan
vaid
1
no
no
vaid.mat

------------------------
Family Name : Han linear-phase moments
han
1
2.3 3.3 4.5 5.5
real
hanscalf

------------------------

 

Version History

Introduced in R2008a

See Also