search for: flattopped

Displaying 6 results from an estimated 6 matches for "flattopped".

2012 Jun 11
3
flac -- exhaustive model search vs. -A <*>?
what does the exhaustive model search do? Does it try all of the functions listed under "-A" to find the 'best', i.e. bartlett, bartlett_hann, blackman, blackman_har- ris_4term_92db, connes, flattop, gauss(STDDEV), hamming, hann, kaiser_bessel, nuttall, rectangle, triangle, tukey(P), welch. Or is that something else? I've been using the -e option for a while in
2014 Dec 07
2
GCC/clang compilation issues
> I don't know, its your build system and I haven't seen it, nor do > I have the time and motivation to look at it (unless of course you > were paying me for my time). I willing give my time to maintain > FLAC. I have not signed up to spend my time on your project. And I am willing to looking at FLAC and spent my time to fix compiler warnings to make it more portable and
2012 Jun 11
0
flac -- exhaustive model search vs. -A <*>?
On Jun 10, 2012, at 21:32, Linda A. Walsh wrote: > what does the exhaustive model search do? > > Does it try all of the functions listed under "-A" to find the 'best', > i.e. bartlett, bartlett_hann, blackman, blackman_har- > ris_4term_92db, connes, flattop, gauss(STDDEV), hamming, hann, > kaiser_bessel, nuttall, rectangle, triangle, tukey(P), welch.
2010 Dec 23
1
Finding flat-topped "peaks" in simple data set
Hello, Thank you to all those great folks that have helped me in the past (especially Dennis Murphy). I have a new challenge. I often generate time-series data sets that look like the one below, with a variable ("Phase") which has a series of flat-topped peaks (sample data below with 5 "peaks"). I would like to calculate the phase value for each peak. It would be great to
2012 Jun 14
3
flac -- exhaustive model search vs. -A <*>?
"Linda A. Walsh" <flac at tlinx.org> wrote: > what does the exhaustive model search do? I am not an expert on the guts of FLAC, but there is some information about this at: http://flac.sourceforge.net/documentation_format_overview.html and scroll down to "MODELING". > Does it try all of the functions listed under "-A" to find the 'best', >
2014 Nov 10
0
[PATCH] Update documentation for new compression presets
--- doc/html/documentation_tools_flac.html | 6 ++--- include/FLAC/stream_encoder.h | 42 +++++++++++++++++----------------- src/flac/main.c | 20 ++++++++-------- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/doc/html/documentation_tools_flac.html b/doc/html/documentation_tools_flac.html index 9f85a25..0964cd2 100644 ---