~ubuntu-branches/ubuntu/lucid/fceux/lucid

« back to all changes in this revision

Viewing changes to fceu/src/fir/c44100pal.scm

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2009-12-14 08:05:17 UTC
  • Revision ID: james.westby@ubuntu.com-20091214080517-abi5tj8avthfan7c
Tags: upstream-2.1.2+repack
ImportĀ upstreamĀ versionĀ 2.1.2+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
(title "44100 PAL")
 
2
 
 
3
(verbose #t)
 
4
 
 
5
(cosine-symmetry)
 
6
(filter-length 1024)
 
7
(sampling-frequency 1662607.125)
 
8
(limit-= (band 0 15500) 1)
 
9
(limit-= (band 22050 831303.5625) 0 .5)
 
10
(output-file "c44100pal.coef")
 
11
(plot-file "c44100pal.plot")
 
12
(go)