Displaying 20 results from an estimated 62 matches for "fes".
Did you mean:
fe
2005 Jul 27
1
Problems with Speex echo canceller in 1.1.10
I'm having trouble getting the echo canceller to work and I'm hoping some one can get me started in diagnosing what's going on. The symptoms I'm seeing are these:
1. If the NES is silence (i.e., no echo, no speech), the ec puts the FES back into the audio.
2. If the NES is similar to the FES (same speech words), the ec doesn't seem to remove the echo.
3. For case #2, I pushed up the filter size to see if that would change anything. When I got to 1000ms filter size, then everything in NES was removed.
The ec seemed to work f...
2011 Feb 25
0
[LLVMdev] DIFactory interface is going away
...> On 24 February 2011 21:34, Jason Kim <jasonwkim at google.com> wrote:
>> On Thu, Feb 24, 2011 at 1:29 PM, Devang Patel <dpatel at apple.com> wrote:
>
> It simplified a bit type construction but the overall code did not
> reduce that much.
The old interface expected FEs to keep track of everything, where as new interface tries to encapsulate as much info as possible. This should help cleanup FE code responsible to generate debugging information. I made a first pass in clang and simplified code little bit. There is more room for improvement now. If you look at CGDe...
2011 Feb 25
2
[LLVMdev] DIFactory interface is going away
On 24 February 2011 21:34, Jason Kim <jasonwkim at google.com> wrote:
> On Thu, Feb 24, 2011 at 1:29 PM, Devang Patel <dpatel at apple.com> wrote:
It simplified a bit type construction but the overall code did not
reduce that much. It's still very similar to the previous style but
had a few differences in the IR output.
We had LIT tests that checked the IR and Dwarf and GDB
2005 Jul 28
0
Problems with Speex echo canceller in 1.1.10
Jean-Marc,
That was my first thought as well. However, I double checked everything and it wasn't reversed. I also reversed it to see what would happen. In that case, the NES came out unchanged. (This NES was the original FES.)
Any other ideas? Also, do you know what algorithm is used?
- Eric Scott
> -----Original Message-----
> From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca]
> Sent: Wednesday, July 27, 2005 8:43 PM
> To: Eric Scott
> Cc: speex-dev@xiph.org
> Subject: Re: [Speex-dev]...
2005 Jul 28
0
Problems with Speex echo canceller in 1.1.10
...echo canceller in 1.1.10
>
>
> Jean-Marc,
>
> That was my first thought as well. However, I double checked
> everything and it wasn't reversed. I also reversed it to see
> what would happen. In that case, the NES came out unchanged.
> (This NES was the original FES.)
>
> Any other ideas? Also, do you know what algorithm is used?
>
> - Eric Scott
>
> > -----Original Message-----
> > From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca]
> > Sent: Wednesday, July 27, 2005 8:43 PM
> > To: Eric Scott
> > Cc:...
2011 Oct 26
6
Add an index to a form
...les with the first line: <%= fields_for
"user[invites_attributes][]", invite do |i| %>
What is the correct usage of that? I''m using formtastic and when I
made that line but with my fields
<%= f.semantic_fields_for ("user[children_attributes][]", user)
do |fes| %>
and I get this error
............... unexpected '','', expecting '')''
I hope someone can help
Thanks in advance
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group,...
2011 Sep 22
0
corrigendum on fixed effects and R2 in within models
...your post). See ?r.squared, and in particular be
aware of the 'model' argument. The a_i are there as well, see below. PS
as for the general reason for not doing something, lack of time is
always a good guess ;^)
As for your second question, the plm function has an option as to
whether
the FEs should be "id", "time", or "twoways", i.e., for id and time. I
would
guess that then the time FEs are not estimated either but differenced
out,
too.
## sort of. The standard way for estimating one or two-ways FE models is
to demean the data. If you want the first-diff...
2008 Aug 13
0
[LLVMdev] gfortran link failure in current llvm svn
...> darwin-c.c. If I try to put that function into darwin.c, all hell
> breaks loose. So even though the Fortran stuff wouldn't call the Obj-C
> stuff in darwin.c, it appears like it still needs the darwin-c.c file
> linked in with it.
You add these routines in stub-objc.c for other FEs.
-
Devang
2008 Aug 13
1
[LLVMdev] gfortran link failure in current llvm svn
...t that function into darwin.c, all hell
>> breaks loose. So even though the Fortran stuff wouldn't call the
>> Obj-C
>> stuff in darwin.c, it appears like it still needs the darwin-c.c file
>> linked in with it.
>
> You add these routines in stub-objc.c for other FEs.
This is wrong in this case.
2011 Feb 19
2
[LLVMdev] Is va_arg deprecated?
Hi David,
I'm working on source to source transformations and instrumentation.
A flag to disable 'va_arg' lowering in LLVM FEs will be very useful.
Have you sent your modifications upstream to LLVM?
If not, could you please share link to your public repository.
Thanks,
Sergey Yakoushkin
On Mon, Jul 19, 2010 at 11:18 PM, David Meyer <pdox at google.com> wrote:
> Neal,
>
> FYI, my group has added a flag to...
2011 Feb 25
2
[LLVMdev] DIFactory interface is going away
On 25 February 2011 16:55, Devang Patel <dpatel at apple.com> wrote:
> The old interface expected FEs to keep track of everything, where as new interface tries to encapsulate as much info as possible. This should help cleanup FE code responsible to generate debugging information. I made a first pass in clang and simplified code little bit. There is more room for improvement now. If you look at CGDe...
2005 Jul 28
0
Problems with Speex echo canceller in 1.1.10
...ech in near end speech and eliminate it.
In case 1:
Because the there is no echo in near end speech, and the EC module still
works on it. So a inverse model is been calculated, and a inverse signal
is produced. In this way , you can hear the far end speech.
In case 2:
Is the NES is produeced by FES?
Maybe EC can not recognise the speech as human been just because it is
similar.
If you want to check the EC, I think you should prepare a echo path model
(you can find some typical models on G.168 ). You get a echo signal when
the model applied on FES.
Once you want a signle talk test, you...
2011 Sep 05
1
plm package, R squared, dummies in panel data
Hi R-helpers,
I have two questions I hope you could help me with them:
In the plm package how can I calculate the R2 within, R2 between and R2
overall? Is there any special reason to not display these values?
When using first differences do I need to have some special care with
dummies (both year dummies and industry dummies)?
(A friend who works with Stata told me that there is
2003 Sep 22
1
Advanced Logon Resources from Windows Server
Hi,
My organization is an university with many student/teacher users.
I have migrated from Win2000 Server to Samba 2.2.8 and I'd like to
implement the following resources:
1) User logon in specific machines: I need student logon in only one
machine when doing tests.
For example: joe using pc1, mary using pc2, etc.
2) User logon in specific hours: the same application for tests.
2010 May 24
1
high-dimensional contingency table
...t; command, and I found that the files are like
a hig-dimensional contingency table (for example "Tytanic" data), but I was
unable to do the change.
Thank you very much!!!
With best wishes
--
Claudia I. Rodríguez-Flores
Maestra en Ciencias Biológicas
Laboratorio de Ecología, UBIPRO
UNAM FES-Iztacala
52-55-56231130
[[alternative HTML version deleted]]
2009 Aug 21
1
Panel Data Analysis (PLM) - Fixed Effects - "cannot allocate vector of length"
Hello to all on the list,
I'm trying to estimate a fixed effects model from a large (unbalanced) panel
data set.
I have no problems when using only an individual effect or only a time
effect, but I get an error message when I try for a "twoways" effect. Here
is some of the code:
paneldata27 is the entire panel data set:
> dim(paneldata27)
[1] 1178831 8
>
2016 May 24
1
The state of IRPGO (3 remaining work items)
...havior).
>
> Also, I don't like "FE". Maybe "source"? And instead of "IR", "llvm-ir"
> or something?
>
Perhaps clang vs LLVM (similar to the cc1 option we have). The downside is
'Clang' is clearly tied to Clang, but not any other FEs.
David
>
> > It's a bit ugly because the meaning of -fprofile-instr-generate becomes
> context-sensitive. But, (1) it doesn't break existing common workflows and
> (2) it makes it easier to ship IRPGO. The big caveat here is that we'll
> need to wait a bit and see i...
2008 Aug 13
8
[LLVMdev] gfortran link failure in current llvm svn
On Aug 10, 2008, at 11:40 PM, Duncan Sands wrote:
> Hi Jack,
>
>> The curent llvm svn (r54623) is unable to link the gfortran
>> compiler in llvm-gcc-4.2 svn. I am getting the error...
> ...
>> Undefined symbols:
>> "_create_init_utf16_var", referenced from:
>> _darwin_build_constant_cfstring in libbackend.a(darwin.o)
>
> this is
2014 Mar 14
4
[PATCH] virtio-blk: Initialize blkqueue depth from virtqueue size
virtio-blk set the default queue depth to 64 requests, which was
insufficient for high-IOPS devices. Instead set the blk-queue depth to
the device's virtqueue depth divided by two (each I/O requires at least
two VQ entries).
Signed-off-by: Venkatesh Srinivas <venkateshs at google.com>
---
drivers/block/virtio_blk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
2014 Mar 14
4
[PATCH] virtio-blk: Initialize blkqueue depth from virtqueue size
virtio-blk set the default queue depth to 64 requests, which was
insufficient for high-IOPS devices. Instead set the blk-queue depth to
the device's virtqueue depth divided by two (each I/O requires at least
two VQ entries).
Signed-off-by: Venkatesh Srinivas <venkateshs at google.com>
---
drivers/block/virtio_blk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git