虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

ADSP-TS

  • ETSI MAP

    Digital cellular telecommunications system (Phase 2+); Mobile Application Part (MAP) Specification (3GPP TS 09.02 version 7.9.0 Release 1998)

    标签: ETSI MAP

    上传时间: 2015-12-31

    上传用户:liu_yang

  • IMP模式下的TS模糊控制器

    基于IMP模式下的fuzzy model based模糊控制器设计的原始文档,描述了IMP fmb系统的原理以及控制器设计方法,并给出保守性实验测试

    标签: IMP T-S模糊控制器 LMI

    上传时间: 2016-02-29

    上传用户:twtltn

  • ADSP资料

    相关原理图、PCB图,赶紧大家下载下来看看不,很不错呀,能学到好多东西了

    标签: ADSP-CM408

    上传时间: 2016-04-28

    上传用户:hblinjingfeng

  • asp实现限制一个ip只能访问一次的方法

    asp实现限制一个ip只能访问一次的方法 <%  '/////////////////////////////////////////////////////  '// //  '//作用:一个IP地址只允许访问本页一次 //  '//引用:<!-- #include file="Check_Ip.asp" --> //  '// //  '/////////////////////////////////////////////////////    'Response.Charset = 936 '设置输出编码为简体中文  'Response.Buffer = false '关闭缓冲区    Dim Fso,ts,IpList,Cfs    '设置Cookies函数  Function SetCookie()  Response.Cookies("IsBrow") = "Brow" Response.Cookies("IsBrow").Expires = Date+365  End Function    '记录IP地址函数  Function WriteIp(FileName, IpAddress)  Set Fso = Server.CreateObject("Scripting.FileSystemObject")  Set ts = Fso.OpenTextFile(Server.MapPath(FileName),8,true)  ts.WriteLine IpAddress  ts.Close  Set ts = Nothing  Set Fso = Nothing  End Function    '读取IP地址函数  Function ReadIpList(FileName)  Set Fso = Server.CreateObject("Scripting.FileSystemObject")  If Not Fso.FileExists(Server.MapPath(FileName)) Then  CreateFile("Iplist.txt")  Exit Function  End If    Set ts = Fso.OpenTextFile(Server.MapPath(FileName))  Iplist = ts.ReadAll  ts.Close  Set ts = Nothing  Set Fso = Nothing  ReadIpList = Iplist  End Function    '创建文件函数  Function CreateFile(FileName)  Set Fso = Server.CreateObject("Scripting.FileSystemObject")  Set Cfs = Fso.CreateTextFile(Server.MapPath(FileName))  Cfs.Close  Set Cfs = Nothing  Set Fso = Nothing  End Function    '关闭当前IE窗口函数(注:IE6下通过,其他浏览器未测试)  Function CloseWindow()  'Response.Write "<script>window.location='javascript:window.opener=null;window.close();'</script>"  Response.Redirect "http://www.baidu.com" End Function    Ip = Request.ServerVariables("REMOTE_ADDR") '获取浏览者IP地址    Cookie = Request.Cookies("IsBrow") '获取当前Cookies  'Response.Write Cookie    If Request.ServerVariables("HTTP_X_FORWARDED_FOR") <> "" Then  Response.Write "本站不允许使用代理访问" Response.End()  Else  If Cookie = "Brow" Then  CloseWindow()  Else  If Instr(ReadIpList("Iplist.txt"),Ip) <>0  Then  CloseWindow()  Else  WriteIp "Iplist.txt" , Ip  End If  SetCookie()  End If  End If  %>

    标签: asp 访问

    上传时间: 2016-07-14

    上传用户:helei0915

  • ADI DSP BootLoader

    开发工具是VisualDsp++,这个基于ADSP BF518开发板,功能通过串口口接收并烧写flash,Bootloader升级程序。

    标签: BootLoader ADI DSP

    上传时间: 2019-01-12

    上传用户:guoenci123

  • GSM 03.40

    Digital cellular telecommunications system (Phase 2+); Technical realization of the Short Message Service (SMS) Point-to-Point (PP) (3GPP TS 03.40 version 7.5.0 Release 1998)

    标签: GSM

    上传时间: 2019-06-14

    上传用户:twogozi

  • GSM 03.48

    Digital cellular telecommunications system (Phase 2+); Security mechanisms for SIM application toolkit; Stage 2 (3GPP TS 03.48 version 8.8.0 Release 1999)

    标签: GSM

    上传时间: 2019-06-14

    上传用户:twogozi

  • ADSP-BF537_hwr_rev3.4

    ADI BF534-537芯片手册,包括寄存器的配置

    标签: ADSP-BF hwr_rev 537 3.4

    上传时间: 2019-07-05

    上传用户:塞北客栈

  • 短时过零率和短时能量

    % Computation of ST-ZCR and STE of a speech signal. % % Functions required: zerocross, sgn, winconv. % % Author: Nabin Sharma % Date: 2009/03/15 [x,Fs] = wavread('so.wav'); % word is: so x = x.'; N = length(x); % signal length n = 0:N-1; ts = n*(1/Fs); % time for signal % define the window wintype = 'rectwin'; winlen = 201; winamp = [0.5,1]*(1/winlen);

    标签: 短时过零率和短时能量

    上传时间: 2019-09-23

    上传用户:minwenji

  • adsp21489开发文档

    adsp-21489开发文档,英文的!!

    标签: 21489 adsp 文档

    上传时间: 2021-09-21

    上传用户:bycoolco