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             
===================================
 

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	                                  
===================================         
 

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

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

 

See Also

Introduced in R2008a