search for: 17x17

Displaying 7 results from an estimated 7 matches for "17x17".

Did you mean: 1717
2011 Oct 23
1
symmetric matrix multiplication
I have a symmetric matrix B (17x17), and a (17x17) square matrix A. If do the following matrix multiplication I SHOULD get a symmetric matrix, however i don't. The computation required is: C = t(A)%*%B%*%A here are some checks for symmetry > (max(abs(B - t(B)))) [1] 0 > C = t(A)%*%B%*%A > (max(abs(C - t(C)))) [1] 3....
2001 Jul 14
3
Ogg icons / glyphs -- use of copyrighted images?
Do we have a standard icon and/or glyphs identified for GUI-based applications? I'm adding Vorbis support to CDMaster32 and I'm finding I'm in need of 17x17 glyphs (.bmp) to graphically show progress of OGG files. Has anyone thought about this? If not I was thinking of modifying/reducing the Xiphophorus "fish" logo to use in my application; however, since the xiph www site claims these are both trademarked and copyrighted; I wondered what t...
2011 Oct 23
0
FW: Re: symmetric matrix multiplication
...help-bounces at r-project.org >> [mailto:r-help-bounces at r-project.org] >> On Behalf Of statfan >> Sent: Saturday, October 22, 2011 10:45 PM >> To: r-help at r-project.org >> Subject: [R] symmetric matrix multiplication >> >> I have a symmetric matrix B (17x17), and a (17x17) square matrix A. >> If do >> the following matrix multiplication I SHOULD get a symmetric matrix, >> however >> i don't. The computation required is: >> >> C = t(A)%*%B%*%A >> >> here are some checks for symmetry >> >...
2006 Apr 21
2
Major internal changes, TI DSP build change
> The C5x and C6x output diverges in build 10143, which has log message "lpc > floor converted to fixed-point." Also, the measured SNR changed from 11.05 > in builds 9854-10141 to 9.22 and 9.24 in 10143. Actually, build 10143 introduced another bug, that was the reason for the 1.1.11.1 release. > There is just four lines in modes.c which declare the constant, and one
2006 Apr 22
2
Major internal changes, TI DSP build change
...o judge the real quality. SNR, especially on a single sample, can be very misleading. Yet, could you just check that the DSP results match what you get on a PC? > >Does the C55 have a 32x16 multiplier or do you mean it handles my > >emulation of it well? > > I has two ALUs with 17x17 bit MACs, and it has an instruction that does > this: > ACy = M40(rnd((ACx >> #16) + (uns(Xmem) * uns(Ymem)))) > > I never quite understood this, so I went of and looked at the manuals. It > can multiply the low half in one cycle, then shift and add it to the high > hal...
2006 Apr 22
0
Major internal changes, TI DSP build change
...ge the real quality. >> The MIPs are not a problem for me, and the C55 does very well on 32x16 >> multiplies, so I have not played with PRECISION16 since last year. > >Does the C55 have a 32x16 multiplier or do you mean it handles my >emulation of it well? I has two ALUs with 17x17 bit MACs, and it has an instruction that does this: ACy = M40(rnd((ACx >> #16) + (uns(Xmem) * uns(Ymem)))) I never quite understood this, so I went of and looked at the manuals. It can multiply the low half in one cycle, then shift and add it to the high half in a second cycle. And, in...
2006 Apr 22
0
Major internal changes, TI DSP build change
...s to run the audio through the encoder and decoder at 8kbps, complexity 1. I might be able to get a coworker to do this, but not any time soon. >> >Does the C55 have a 32x16 multiplier or do you mean it handles my >> >emulation of it well? >> >> I has two ALUs with 17x17 bit MACs, and it has an instruction that does >> this: >> ACy = M40(rnd((ACx >> #16) + (uns(Xmem) * uns(Ymem)))) >> >> I never quite understood this, so I went of and looked at the manuals. >> It >> can multiply the low half in one cycle, then shift and ad...