search for: 2j

Displaying 20 results from an estimated 91 matches for "2j".

Did you mean: j2
2001 Jan 02
0
mdct explanation
...n't have access to TeX, X, or anything else from a text terminal with gcc and vi right now). Hope you like it, Segher -- Suppose we want to calculate a MDCT (encode side): (x_ is input (time) samples, w_ is window, b_ is output (freq) samples): b_k = \sum_{j=0}^{4N-1} x_j w_j \cos{(2k+1)(2j+1-2N) \over 8N} \pi After setting a_j := w_{-j-1+N} x{-j-1+N} + w_{j+N} x{j+N}, j < N a_j := w_{j-1-N} x{j-1-N} - w_{j+3N} x{j+3N}, otherwise (or something similar; the cos'es should agree) we get b_k = \sum_{j=0}^{2N-1} a_j \cos{(2k+1)(2j+1) \over 8N} \pi This is a DCT-IV. For de...
2006 Feb 27
2
singular convergence in glmmPQL
...for the two sets of clusters. There are 100 clusters # in each of the two groups. y.1j <-c(3,2,3,1,3,3,2,2,3,1,1,3,2,2,3,3,3,1,5,2,4,4,1,3,3,4,5,3,3,0,2,2,0,2,2,2,1,3,2,3,1,0,4,4,4,2,1,2,4,1,0,1,0,1,2,4,2,1,1,2,3,3,1,3,0,2,3,4,2,2,4,2,1,3,1,4,3,0,3,4,3,0,1,3,1,0,2,2,6,2,2,1,1,1,2,1,0,2,2,2) y.2j <- c(3,4,3,3,3,4,1,8,2,3,3,1,3,2,1,2,4,6,1,3,6,3,4,3,5,5,4,6,3,3,4,0,4,2,2,4,1,0,5,2,7,4,4,3,3,4,4,6,1,1,2,2,2,4,0,2,1,5,5,2,3,4,1,3,1,1,1,4,3,3,3,2,1,3,1,3,2,3,2,3,4,2,3,2,7,2,2,2,3,2,6,2,2,3,3,3,2,3,1,4) # Number of positive responses in each cluster in each group. n.clusters.1 <- length(y...
2006 Feb 16
4
how to clear screen in R-console?
HI all, How to clear the screen in R-console? Thanks a lot@! [[alternative HTML version deleted]]
2000 Oct 23
4
More mdct questions
...(M_PI*(2*j+1+N)*(2*k+1)/8/N); } out[j] = sum; } } > It just a normal shifted mdct, like the one used in mpeg layer 3. > it's equations are: > (time domain: a_j, freq domain: b_k; w_j is the window) > forward: > b_k = sum(j=0..4N-1) a_j * w_j * cos( (2k+1)(2j+1+-N) / 8N ) // forward > a_j = w_j * sum(k=0..2N-1) a_j * cos( (2k+1)(2j+1+-N) / 8N ) // backward (missing PI in the cos, and a_j should be b_k in summation) > where +- means: I'm not sure whether it is + or -, but I think it is + > (forward as well as backward). > k is 0..2N-1,...
2017 Apr 10
2
[Patch] Non-diegetic support for channel mapping 254
...t) || !validate_encoder_layout(&st->layout)) + if (!validate_layout(&st->layout) || + (mapping_type == MAPPING_TYPE_SURROUND && + !validate_encoder_layout(&st->layout))) Is there nothing to validate for ambisonics? We do this when determine the (n+1)^2 + 2j listed above, but we can validate that here as well. 5) For opus_multistream_surround_encoder_init(), the same comments as for opus_multistream_surround_encoder_get_size() maybe some code can be shared (if possible)? 6) ambisonics_rate_allocation() again duplicates some of the code from above. T...
2017 Apr 07
2
[Patch] Non-diegetic support for channel mapping 254
Hello all, Attached is a proposed patch for Opus that allows support for encoding non-diegetic stereo audio as a coupled stream for use with channel mapping 254. It also rejects channel counts that are not (n+1)^2 + 2j, where n is 0 to 14 and j is either 0 or 1 (See IETF public draft doc attached for clarification). Please let me know any suggestions / concerns / comments. Thank you for your time, Cheers, Drew Allen (from the Chrome Media Audio team) IRC (#opus): llama_of_bits -------------- next part --------...
2011 Jul 19
0
[LLVMdev] speculative parallelization in LLVM
...es, were the details of the accesses are hidden and Polly only gets the information, that this access acts like an access to a virtual array. Describing this virtual accesses by using some kind of intrinsics combined with meta data may be possible. %1 = polly.virtual_read() !polly !"{A[i][2j][3k]}" polly.virtual_write(%ptr) !polly !"{A[i][2j][3k]}" Like this you can simply transform your linked list into virtual accesses, and Polly generates the code that executes these accesses, and at the end you replace them with the actual code. (The definition of this is far from...
2004 Oct 07
0
wineconsole blanking
...$ wineconsole .wine/drive_c/Program\ Files/Windows\ Media\ Components/Tools/WM8EUTIL.exe the commandline options for this tool are shown, but the console is blanked immediately. If I catch the output of wine (with >test) the following is printed to test: ^[)0^[7^[[?47h^[[1;76r^[[m^[[4l^[[H^[[2J HELP usage for wm8eutil. Use one of the following for how to use wm8eutil.exe. [-help?] Display the user help doc for wm8eutil. [-all?] Usage for all settings. [-io?] Usage for Input/Output and config file. [-profile?] Profile numbers and basic descriptions. [-profilea...
2019 Dec 21
1
Re: Libguestfs with Yara rules error
Sorry Richard. Now I will attach you debug file. El 21/12/2019 a las 16:38, Luis Fueris escribió: > > Hi Richard. > > Few days ago, I installed libyara a libguestfs properly. But when I > load a yara rule and scan it via guestfs_yara_scan, my binary > throughts following error: > > libguestfs: error: deserialise_yara_detection_list: Success > > And function exists
2008 Dec 10
1
reference for console printing
...Can someone suggest a good reference or documentation for the syntax used for printing to the console in comboot programs? I have found a few examples but they don't go into much detail. Thanks for the help. Example: void clear_screen { fputs("\033e\033%@\033)0\033(B\1#0\033[?25l\033[2J", stdout); }
2000 Oct 20
2
mdct question
Hi, Can someone tell me which MDCT and invMDCT equation uses? I implemented the invMDCT one given in eusipco.corrected.ps file (handed out by Monty way back) and it produces different time domain samples. I tried both the FFT method and the slow way directly from the equation and couldn't reproduce the results from the original code. This leads me to believe that the forward MDCT used in
2011 Nov 06
1
Deleting rows dataframe in R conditional to “if any of (a specific variable) is equal to”
...et my 'duplicated' dataframe in t5 of all my matching EID as follow: > xx<-skate$EID > t5[match(xx,t5[,26]), ]#gives me a dataframe of all matching EID in skate$EID record.t trip set month stratum NAFO unit.area time dur.set distance 8948 5 896 19 11 221 2J N12 908 15 8 8849 5 895 8 10 766 3O R36 1650 16 8 9289 5 899 1 12 743 3L V26 2052 15 8 9299 5 899 5 12 746 3L W27 1129 14 7 Where t5[,26] correspond to t5$EID colu...
2001 Oct 26
0
[RHSA-2001:112-07] Printing exposes system files to reading.
...preter, can read arbitrary system files with the same permissions as the print spooler, potentially exposing the system to an information compromise. 2. Relevant releases/architectures: Red Hat Linux 5.2 - alpha, i386, noarch, sparc Red Hat Linux 6.2 - alpha, i386, noarch, sparc Red Hat Linux 6.2J - i386, noarch Red Hat Linux 7.0 - alpha, i386, noarch Red Hat Linux 7.0J - i386, noarch Red Hat Linux 7.1 - alpha, i386, ia64 3. Problem description: Ghostscript, a postscript interpreter, possess various 'file', 'run', etc., commands internally. It also provides a -dSAFER fla...
2004 May 15
1
Again some questions about multilevelanalysis
...(G), and an explanatory variable at the second level (z[1]) If I am correct, this leads to the following model (I will write indices in squared brackets and gamma as gm): y = gamma[00] + gm[10]x[1ij] + gm[20] x[2ij] + gm[01]z[1j]+ gm[11]z[1j]x[1ij] + gm[21]z[1j]x[2ij] + U[0j] + U[1j]x[1ij] + U[2j]x[2ij] + R[ij] Now I start modelling step by step and I would appreciate any corrections if I got something wrong. An empty model: e.model <- lme(y~1,random=~1|G) With one explanatory variable: fm1.lme <- lme(y~x1,random = ~1|G) With two exp. variables, assuming that there are only ma...
2017 Apr 24
0
[Patch] Non-diegetic support for channel mapping 254
...> + if (!validate_layout(&st->layout) || > + (mapping_type == MAPPING_TYPE_SURROUND && > + !validate_encoder_layout(&st->layout))) > > Is there nothing to validate for ambisonics? > > We do this when determine the (n+1)^2 + 2j listed above, but we can > validate that here as well. > > > 5) For opus_multistream_surround_encoder_init(), the same comments as > for opus_multistream_surround_encoder_get_size() maybe some code can be > shared (if possible)? > > 6) ambisonics_rate_all...
2011 Jul 19
4
[LLVMdev] speculative parallelization in LLVM
Hi Tobi, Thank you for your reply :). I know that array accesses are handled as pointers in LLVM, but as I understood Polly is focused on statically analysable code. As you mentioned: proving that pointer accesses actually represent virtual array accesses. In the case of a linked list for example, parsed with a pointer p = p->next, I expect that Polly will not handle this code. So I
2001 Feb 21
0
openssh-2.3.0p1 on HP-UX 11.00 went mad
...help". (gdb) (gdb) Undefined command: "". Try "help". (gdb) 476 SCOPE("main"); 477 int status_fd; 478 int option; 479 int bad_syntax = 0; 480 char path[PATH_MAX + 1]; 481 char *next_elem; ---Type <return> to continue, or q <return> to quit--- j[2J[H---Type <return> to continue, or q <return> to quit--- j[D[D (arg: 1) j[0K[D[D[D[D[D8) [4h---Type <return> to continue, or q <return> t[4lo quit--- j[D[D[4hj[4l[D[D [4h [4l[D[D [4h [4l[D[D[D j[D[4h [4l[D[D[D[D[4h|[4l[D[4h [4l[D[4hx[4l[D[4h [4l[D[4ht[4l[D[4h [4l[D...
2020 Aug 27
1
Unknown libguestfs failure / race
...tfs - 0 - appliance - SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (generic@generic) Sun, 05 Mar 2017 16:09:17 +0100 2020-08-27 08:48:40 T libguestfs - 0 - appliance - Term: 80x24 2020-08-27 08:48:40 T libguestfs - 0 - appliance - 4 0 2020-08-27 08:48:40 T libguestfs - 0 - appliance - ^[[2J 2020-08-27 08:48:40 T libguestfs - 0 - appliance - SeaBIOS (version 1.12.0-1) 2020-08-27 08:48:40 T libguestfs - 0 - appliance - Booting from ROM... 2020-08-27 08:48:40 T libguestfs - 0 - library - child_cleanup: 0xd5a840: child process died 2020-08-27 08:48:40 T libguestfs - 0 - library - sending...
2014 Jan 23
3
Re: Errors Running on Ubuntu 13.10
...Inc. >> Serial Graphics Adapter 06/09/13 >> SGABIOS $Id: sgabios.S 8 2010-04-22 00:03:40Z nlaredo $ (buildd@allspice) >> Sun Jun 9 17:23:53 UTC 2013 >> Term: 80x24 >> 4 0 >> SeaBIOS (version 1.7.3-20130708_231806-aatxe) >> Booting from ROM... >> \x1b[2J[ 0.000000] Initializing cgroup subsys cpuset >> libguestfs: error: appliance closed the connection unexpectedly, see >> earlier error messages >> libguestfs: child_cleanup: 0x19a9580: child process died >> libguestfs: sending SIGTERM to process 2502 >> libguestfs: e...
2014 Dec 09
2
Quota issue with mailbox.
good morning, i am experiencing an issue with a quot limits with a new install of dovecot with mysql integration. quotas are set to 0 (unlimited) and show as such in the mysql database as well as via the postfixadmin frontend. i use imapsync to transfer mail from another imap server to this one, the total user mailbox size is 18gb. dovecot lda tells me mailbox is full even though i have set