代码搜索:光信号检测

找到约 10,000 项符合「光信号检测」的源代码

代码结果 10,000
www.eeworm.com/read/478969/6695736

txt 清浊音检测.txt

clear; [x,fs,bits]=wavread('2.wav'); N=256; n=fix(length(x)/N); t=[]; for m=1:n xd=x((m-1)*N+1:m*N); [C,L]=wavedec(xd,4,'db4'); ca=appcoef(C,L,'db4'); [cd1,cd2,cd3,c
www.eeworm.com/read/405579/11460328

vi 功率谱检测.vi

www.eeworm.com/read/261707/11627754

c 速度检测程序.c

#include #define LLL 3.666667 /*每次脉冲小车移动的距离*/ sbit p30=P3^0; sbit p31=P3^1; sbit p33=P3^3; sbit p34=P3^4; unsigned char code tab[10]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,
www.eeworm.com/read/261707/11627776

c 频率检测程序.c

#include sbit p30=P3^0; sbit p31=P3^1; sbit p33=P3^3; sbit p34=P3^4; unsigned char code tab[10]={0xC0,0xF9,0xA4,0xB0,0x99,0x92,0x82,0xF8,0x80,0x90}; unsigned int xianshi=0,yichucish
www.eeworm.com/read/156589/11790803

txt 检测鼠标位置.txt

检测鼠标位置 例如,通过一个定时器Timer1的触发事件源来检测鼠标位置 void __fastcall TForm1::Timer1Timer(TObject *Sender) { TPoint pt; GetCursorPos(&pt); Label1->Caption = "(" +IntToStr(pt.x) +")(" +Int