This commit is contained in:
twinaphex
2014-03-30 22:15:17 +02:00
commit 7e6caac57d
370 changed files with 90364 additions and 0 deletions

12
src/fir/c96000ntsc.scm Normal file
View File

@@ -0,0 +1,12 @@
(title "96000 NTSC")
(verbose #t)
(cosine-symmetry)
(filter-length 1024)
(sampling-frequency 1789772.727272727272)
(limit-= (band 0 36850) 1)
(limit-= (band 48000 894886.363636) 0 .5)
(output-file "c96000ntsc.coef")
(plot-file "c96000ntsc.plot")
(go)