Displaying 6 results from an estimated 6 matches for "bandreject".
2005 Oct 19
2
Filter design in R?
Dr. Williams,
I ran across your inquiry on one of the R-help mailing lists regarding
digital filter design and implementation. I found no response to your
email in the archives and was wondering if you were able to find anything.
Thanks,
Israel
--
Israel Christie, Ph.D.
Email: ichristie at gmail.com
Phone: 865.766.0214
Mobile: 865.406.4615
2005 Aug 29
1
Previewing oggvorbis files in GNOME...
...command easily at the command line. Also when I type
"sox -h" I get:
sox: Version 12.17.7
Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]
gopts: -e -h -p -v volume -V
fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -x
effect: avg band bandpass bandreject chorus compand copy dcshift deemph
earwax echo echos fade filter flanger highp highpass lowp lowpass mask
mcompand noiseprof noisered pan phaser pick pitch polyphase rate repeat
resample reverb reverse silence speed stat stretch swap synth trim vibro vol
effopts: depends on effect
Supported fi...
2011 Sep 13
1
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...of supported file formats as "mp3".
[root at host0040 ~]# sox -h
sox: Version 12.18.1
Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]
gopts: -e -h -p -q -S -V
fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x
effect: avg band bandpass bandreject chorus compand copy dcshift
deemph earwax echo echos fade filter flanger highp highpass lowp
lowpass mask mcompand noiseprof noisered pan phaser pick pitch
polyphase rate repeat resample reverb reverse silence speed stat
stretch swap synth trim vibro vol
effopts: depends on effect
Supported file...
2008 Nov 06
0
need help with SIGNAL module
...t;. But when I reversed the Wp and Ws parameters, it resulted in an
object with an empty $type instead of $type being "high". I looked at
the source code and found an obvious reason why:
if (length(Wp) == 2) {
warning("buttord seems to overdesign bandpass and bandreject
filters")
if (any(stop))
type = "stop"
else type = "pass"
}
else {
## here we set to "high" or "low", as expected
if (any(stop))
type = "high"...
2011 Sep 13
3
sox: Failed reading obd-demo.mp3: Do not understand format type: mp3
...of supported file formats as "mp3".
[root at host0040 ~]# sox -h
sox: Version 12.18.1
Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]
gopts: -e -h -p -q -S -V
fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x
effect: avg band bandpass bandreject chorus compand copy dcshift
deemph earwax echo echos fade filter flanger highp highpass lowp
lowpass mask mcompand noiseprof noisered pan phaser pick pitch
polyphase rate repeat resample reverb reverse silence speed stat
stretch swap synth trim vibro vol
effopts: depends on effect
Supported file...
2010 Dec 12
5
Stripping silent periods from MP3s
...ipulation functions, including sound effects.
[root at karsites ~]# sox -h
sox: Version 12.18.1
Usage: [ gopts ] [ fopts ] ifile [ fopts ] ofile [ effect [ effopts ] ]
gopts: -e -h -p -q -S -V
fopts: -r rate -c channels -s/-u/-U/-A/-a/-i/-g/-f -b/-w/-l/-d -v volume -x
effect: avg band bandpass bandreject chorus compand copy dcshift
deemph earwax echo echos fade filter flanger highp highpass lowp
lowpass mask mcompand noiseprof noisered pan phaser pick pitch
polyphase rate repeat resample reverb reverse silence speed stat
stretch swap synth trim vibro vol
effopts: depends on effect
Supported file...