-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwindow-list.py
113 lines (99 loc) · 5.5 KB
/
window-list.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
notables
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.5) )
plotfir.plot_firwin(window= ('tukey',0.3) )
plotfir.plot_remez(t_width = 70) # width like firwin('invendelirium1', 0.2, 0.5)
plotfir.plot_firls(t_width = 30) # width like firwin('invendelirium1', 0.2, 0.5)
all
plotfir.plot_firwin(window= ('barthann') )
plotfir.save()
plotfir.plot_firwin(window= ('bartlett') )
plotfir.save()
plotfir.plot_firwin(window= ('blackman') )
plotfir.save()
plotfir.plot_firwin(window= ('blackmanharris') )
plotfir.save()
plotfir.plot_firwin(window= ('bohman') )
plotfir.save()
plotfir.plot_firwin(window= ('boxcar') )
plotfir.save()
plotfir.plot_firwin(window= ('chebwin',45) )
plotfir.plot_firwin(window= ('chebwin',80) )
plotfir.save()
plotfir.plot_firwin(window= ('dpss',0.2) )
plotfir.plot_firwin(window= ('dpss',0.02) )
plotfir.save()
plotfir.plot_firwin(window= ('exponential', None, 200) )
plotfir.save()
plotfir.plot_firwin(window= ('flattop') )
plotfir.save()
plotfir.plot_firwin(window= ('gaussian',0.1*731) )
plotfir.plot_firwin(window= ('gaussian',0.3*731) )
plotfir.plot_firwin(window= ('gaussian',1.0*731) )
plotfir.save()
plotfir.plot_firwin(window= ('hamming') )
plotfir.save()
plotfir.plot_firwin(window= ('hann') )
plotfir.save()
plotfir.plot_firwin(window= ('kaiser',2) )
plotfir.plot_firwin(window= ('kaiser',14) )
plotfir.save()
plotfir.plot_firwin(window= ('nuttall') )
plotfir.save()
plotfir.plot_firwin(window= ('parzen') )
plotfir.save()
plotfir.plot_firwin(window= ('slepian',0.02) )
plotfir.plot_firwin(window= ('slepian',0.01) )
plotfir.save()
plotfir.plot_firwin(window= ('triang') )
plotfir.save()
plotfir.plot_firwin(window= ('tukey',0.3) )
plotfir.plot_firwin(window= ('tukey',0.5) )
plotfir.plot_firwin(window= ('tukey',0.7) )
plotfir.save()
plotfir.plot_firwin(window= ('invendelirium1', 0.5, 1) )
plotfir.save()
plotfir.plot_firwin(window= ('invendelirium1dip', 0.5, 1, 4) )
plotfir.save()
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.3) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.4) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.6) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.7) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.8) )
plotfir.plot_firwin(window= ('tukey',0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.5) )
plotfir.plot_firwin(window= ('tukey',0.2) )
plotfir.plot_firwin(window= ('tukey',0.3) )
plotfir.plot_firwin(window= ('tukey',0.4) )
plotfir.plot_firwin(window= ('tukey',0.5) )
plotfir.plot_firwin(window= ('tukey',0.6) )
plotfir.plot_firwin(window= ('tukey',0.7) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.5) )
plotfir.plot_firwin(window= ('tukey',0.3) )
plotfir.plot_firwin(window= ('invendelirium1', 0.1, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.3, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.4, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.5, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.3) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.4) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.5) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.6) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.7) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 0) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 1) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 3) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.1, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.3, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.4, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.5, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.1, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.3, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.5, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.7, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.2, 0.9, 4) )
plotfir.plot_firwin(window= ('invendelirium1dip', 0.4, 0.5, 2) )
plotfir.plot_firwin(window= ('invendelirium1', 0.2, 0.5) )