代码搜索:frames

找到约 9,514 项符合「frames」的源代码

代码结果 9,514
www.eeworm.com/read/154843/11923627

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/150238/12302817

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/336521/12439630

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/228372/14388037

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/223158/14651579

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCAR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/117652/14910419

html index.html

Webcam Die Anzahl der Frames (max. 1/sec = 70kb/s) ergibt sich aus der Verbindungsqualit鋞. Wenn unten kein
www.eeworm.com/read/116214/14982637

c crf.c

/* Frames */ #include #include #include #include "crt.h" #include "crf.h" char compiler_name[MAX_ID_LEN]; char module_prefix[MAX_ID_LEN]; char source_name[10
www.eeworm.com/read/215197/15070821

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCRR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/214970/15081511

m lpcar2am.m

function [am,em]=lpcar2am(ar,p); %LPCRR2AM Convert ar coefs to ar coef matrix [AM,EM]=(AR,P) %AM is a 3-dimensional matrix of size (p+1,p+1,nf) where p is the lpc order %and nf the number of frames
www.eeworm.com/read/14545/388911

h fposrec.h

#ifndef __FPOSREC_H__ #define __FPOSREC_H__ 1 typedef struct frame_file_pos_t { struct frame_file_pos_t *next; uint64_t timestamp; long file_position; uint64_t frames; } frame_file_pos_t; c