代码搜索:OLPC

找到约 11 项符合「OLPC」的源代码

代码结果 11
www.eeworm.com/read/316872/3592470

c olpc_battery.c

/* * Battery driver for One Laptop Per Child board. * * Copyright © 2006 David Woodhouse * * This program is free software; you can redistribute it and/or modify * it unde
www.eeworm.com/read/367645/9738924

m lpcr.m

function [voc,buf]=lpcr(lpcc,buf,sube) global frames olpc szsubf lpcd=lpcc(2:olpc+1); % Cut off 1 in the coefficient. voc=buf; for j=1:szsubf voc(j+olpc)=-sum(v
www.eeworm.com/read/367645/9738881

m wcoff.m

function wcoef = wcoff( alpha, coef ) global olpc wcoef( 1, 1:olpc+1 ) = ( coef( 1:olpc+1 ) .* ( alpha .^ (0:olpc) ) );
www.eeworm.com/read/367645/9738910

m init.m

global h len pcbsize szsubf subvec nzero numsubv scalor descalor sub_cnt frm_num global frames pdmin pdmax shiftrange olpc former curr twelfth minv maxv b_hpf a_hpf d_hpf1 a_lpf b_lpf d_lpf1 global
www.eeworm.com/read/367645/9738911

m firfilter.m

function [ y, z ] = FIRfilter( coef, z, x, norder ) global szsubf olpc; if nargin==4 order=norder; else order=olpc; end b=coef(2:order+1); % Cut off
www.eeworm.com/read/367645/9738921

m impulse.m

function impulse( l, lpc_coef ) global h olpc gamma1 % Init unit impulse vector and local variables h = zeros( 1, l ); h(1) = 1.0; d5 = zeros( 1, olpc ); % Weight LPC coefficients and gene
www.eeworm.com/read/367645/9738898

m lpc_ana.m

function lpc_coef=lpc_ana(curr,gamma2,fm_count) global frames olpc lpcMat hfrm=curr.*hamming(frames)'; % Hamming windowed frames lpc_coef = lpc(hfrm,olpc);
www.eeworm.com/read/316872/3604362

cafe_ccic

"cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera controller. This is the controller found in first-generation OLPC systems, and this driver was written with support from the OLPC pr
www.eeworm.com/read/372616/2771326

cafe_ccic

"cafe_ccic" is a driver for the Marvell 88ALP01 "cafe" CMOS camera controller. This is the controller found in first-generation OLPC systems, and this driver was written with support from the OLPC pr
www.eeworm.com/read/367645/9738901

m decoder.m

function [spch_syn]=decoder(frm_num) global frames szsubf sub_cnt nsubf cindex cgain pcode pgain descalor pbuf lbuf lpcMat %codebook_lpc lpcword global b_hpf a_hpf d_hpf1 b_lpf a_lpf d_lpf1 olpc