Displaying 2 results from an estimated 2 matches for "de38".
Did you mean:
d338
2012 Nov 14
2
error data frame
...] "Ameiurusmelas"
> Fish89PCA <-read.csv("Fish89PCA.csv")
> names (Fish89PCA)
[1] "StationCode" "PCA1"
> # Check data (1:X rows, e.g. 1:3,=1.-3.row or else)
> Fish89PCA [1:3,]
StationCode PCA1
1 DE582 -1.5592527
2 DE38 0.3530658
3 FR02116570 2.8057854
>
> names (Fish89PCA)
[1] "StationCode" "PCA1"
> Fish89TiTAN <- titan(Fish89PCA, Fish89Abund, minsplt=5,
+ numprm=250, nboot=500, boot=TRUE, deviance=TRUE)
[1] "Taxa frequency screen complete"
[1] "Function def...
2018 Jul 01
1
OPUS on cortex M4 (Nicolas Ehrenberg)
...: 1
Date: Fri, 29 Jun 2018 14:41:07 -0700
From: "Timothy B. Terriberry" <tterribe at xiph.org>
To: Ehrenberg Nicolas <enicolas at student.ethz.ch>, "opus at xiph.org"
<opus at xiph.org>
Subject: Re: [opus] OPUS on cortex M4
Message-ID: <4ad369bd-a04a-de38-67fe-855565891973 at xiph.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Ehrenberg Nicolas wrote:
> for(uint16_t i = 0; i < test_data_size; i++)
> {
> test_data[i] = 100;
> }
>
> [snip]
>
> The decoded values start out at 0, go t...