search for: fedback

Displaying 8 results from an estimated 8 matches for "fedback".

Did you mean: feedback
2017 Jun 13
1
fedback from foreach
Hi useRs, I am running a foreach loop and hoped to get a small message when it hits a multiple of 1000, but it does not work. p <- foreach(i=1:10000, .combine='c') %dopar% { if(i%%1000==0) print(i) sqrt(i) } What is the proper way to do it. Thanks everybody. Stephen B [[alternative HTML version deleted]]
2010 Jul 24
1
Sound card problem in acoustic echo
...Have you tried the AEC in DirectSound? If this AEC is usable for all sound cards, perhaps microsoft has solved this problem already. Can we choose proper options of the DirectSound to solved this problem and disable its AEC at the same time? > >Using that value and averaging samples as?"fedback" I did small corrections to sampling rate until convergence, although this not always worked.When it did, convergence was quite fast (seconds). >Resampling did not introduce noticiable CPU increase.But may be the small time used for conversions was the cause of non-convergence.I think this...
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...on (you must know, no more text at monitor available and I must reset the PC) PC: Pentium II 200MHz System with 40MB RAM thank you for your helps Bernhard schaettin -------------- next part -------------- #! /bin/sh # Copyright (c) 2001 SuSE Gmbh Nueremberg, Germany. All rights reserved. # # <fedback@suse.de> # ### BEGIN INIT INFO # Provides: smb # Required-Start: $network $remote_fs syslog # Required-Stop: # Default-Start: 3 5 # Default-Stop: # Description: initscript for the SAMBA services ### END INIT INFO # # init.d/smb . /etc/rc.config SMB_BIN=/usr/sbin/smbd NMB_BIN=/usr/sb...
2010 Sep 30
1
Sound card problem in acoustic echo
...EC in DirectSound? If this AEC is usable for all sound cards, >perhaps microsoft has solved this problem already. Can we choose proper options >of the DirectSound to solved this problem and disable its AEC at the same time? > >> >>Using that value and averaging samples as?"fedback" I did small corrections to sampling rate until convergence, although this not always worked.When it did, convergence was quite fast (seconds). >>Resampling did not introduce noticiable CPU increase.But may be the small time used for conversions was the cause of non-convergence.I think t...
2011 Apr 18
0
Drying my code ..
...accountTypes << data end Is this loop OK ? tags = {} (accountType/:tag).each do |tag| key = (tag/:name).innerHTML.to_s value = (tag/:value).innerHTML.to_s tags.store(key, value) end thanks for you fedback -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/J...
2010 Jul 22
1
Sound card problem in acoustic echo
Thank you. But it will cost you a long time to get the accurate play and capture frequencies. Does your program test two frequencies of the sound card each time? Because different sound cards have different frequency errors. And the resampling program is also time consuming because the target frequency is so close to the sampling frequency of the input signal, isn't it? I have tested program
2010 Oct 01
0
Sound card problem in acoustic echo
...gt;> >perhaps microsoft has solved this problem already. Can we choose >> proper options >> >of the DirectSound to solved this problem and disable its AEC at the >> same time? >> > >> >> >> >>Using that value and averaging samples as?"fedback" I did small >> corrections to sampling rate until convergence, although this not >> always worked.When it did, convergence was quite fast (seconds). >> >>Resampling did not introduce noticiable CPU increase.But may be the >> small time used for conversions was th...
2004 Mar 29
11
New IMQ device implementation supporting device EOS
Hello All Its first time i posting to this mail list :). I have done something (maybe) important. I write new IMQ device driver based from Martin Devera and Patrick McHardy implementation with device EOS support. My current implementation supporting only egress trafic shaping and kernel 2.4.25. For more details, source and examples have look at my page http://hyperfighter.jinak.cz/qos Ill