代码搜索:singnal

找到约 13 项符合「singnal」的源代码

代码结果 13
www.eeworm.com/read/419808/10836969

gif singnal.gif

www.eeworm.com/read/310336/13653317

doc singnal.doc

www.eeworm.com/read/347268/11678498

mif singnal.mif

-- Copyright (C) 1991-2007 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/453540/7417367

vi singnal_diff.vi

www.eeworm.com/read/397394/8053290

txt 备注.txt

滤波后的文件为:filter_singnal滤波后的语音信号.wav 生成的语音信号音量较小,需要将电脑音量调到最大。
www.eeworm.com/read/326002/13171225

txt 窗口移动多项式平滑演示程序.txt

%singnal simulation : x=-3:0.1:2; : y=x.^2+x-1+1.5*rand(1,length(x)); : width=7;degree=2; : %smooth with SG method : ynew=smooth(y,width,'sgolay',degree); : ................... %si
www.eeworm.com/read/136030/5875720

cgi restartsp.cgi

#!/bin/sh echo "Status 200 Ok" echo "Content-type:text/plain" echo "" echo "" echo "" #restart the Singnal Proxy server cd /usr/local/g2sp/SipSPCtl /usr/local/g2sp/SipSPCtl restart
www.eeworm.com/read/136030/5875724

cgi stopsp.cgi

#!/bin/sh echo "Status 200 Ok" echo "Content-type:text/plain" echo "" echo "" echo "" #stop the g2 cd /usr/local/g2sp/ /usr/local/g2sp/SipSPCtl stop|echo cd - NUMBER=`ps -ef|grep
www.eeworm.com/read/136030/5875733

cgi startsp.cgi

#!/bin/sh echo "Status 200 Ok" echo "Content-type:text/plain" echo "" echo "" echo "" cd /usr/local/g2sp/ /usr/local/g2sp/SipSPCtl start | echo cd - NUMBER=`ps -ef|grep WhSignal