%list_frame4
List=[
'IS means interp. spline; QIS --quasi-interp. spline; DS --discrete spline'    
'TF means tight frame; STF means semi-tight frame                         '    
'[4 1 0]--linear spline TF,                                               '
'[4 2 0]--quadratic IS TF,                                                '
'[4 2 1]--quadratic IS STF, (antisymmetric),                              '                                        
'[4 3 0]--cubic IS TF,                                                    '
'[4 3 1]--cubic IS STF,(symmetric)                                        '
'[4 3 2]--cubic IS STF,(antisymmetric)                                    '
'[4 4 0]--fourth degree IS TF,                                            '
'[4 4 1]--fourth degree IS STF,(symmetric)                                '
'[4 4 2]--fourth degree IS STF,(antisymmetric)                            '
'[4 5 0]--quadr. QIS (interp. low-pass filt.) TF,                         '
'[4 5 1]--quadr. QIS (interp. low-pass filt.) STF,(symmetric)             '
'[4 5 2]--quadr. QIS (interp. low-pass filt.) STF,(antisymmetric)         '
'[4 6 0]--quadr. QIS (non-interp. low-pass filt.) TF,                     '
'[4 6 1]--quadr. QIS (non-interp. low-pass filt.) STF,(symmetric)         '
'[4 6 2]--quadr. QIS (non-interp. low-pass filt.) STF,(antisymmetric)     '
'[4 7 0]--upgraded quadr. QIS TF,                                         '
'[4 7 1]--upgraded quadr. QIS  STF,(symmetric)                            '
'[4 8 0]--pseudo-spline TF,                                               '
'[4 8 1]--pseudo-spline  STF,(symmetric)                                  '
'[4 8 2]--pseudo-spline  STF,(antisymmetric)                              '
'[4 60 0]--DS of order 6 TF,                                              '
'[4 80 0]--DS of order 8 TF,                                              '
'[4 100 0]--DS of order 10 TF,                                            '
'[4 120 0]--DS of order 12 TF                                             '
];
disp(List)

%list_frame3
List=[
'[3 1 0]--linear spline tight frame,                                      '
'[3 2 0]--quadratic interp. spline tight frame,                           '
'[3 3 0]--cubic interp. spline tight frame,                               '
'[3 3 1]--cubic interp. spline semi-tight frame,(symmetric,IIR)           '
'[3 3 2]--cubic interp. spline semi-tight frame,(symmetric,FIR)           '
'[3 3 3]--cubic interp. spline semi-tight frame,(antisymmetric)           '
'[3 7 0]--quadratic  quasiinterp. spline tight frame,                     '
'[3 7 1]--quadratic  quasiinterp. spline semi-tight frame,(symmetric)     '
'[3 7 2]--quadratic  quasiinterp. spline semi-tight frame,(antisymmetric) '
'[3 7 3]--quadratic  quasiinterp. spline semi-tight frame,(symmetric),    '
'four LDVM in the analysis framelet, none in the synthesis one            '     
'[3 6 0]--discrete  spline of order 6 tight frame,                        '
'[3 6 1]--discrete  spline of order 6 semi-tight frame, (symmetric)       '
'[3 8 0]--discrete  spline of order 8 tight frame,                        '
'[3 12 0]--discrete  spline of order 12 tight frame                       '
];
disp(List)