The focus of this book is on developing computational algorithms for transmit wave- form design in active sensing applications, such as radar, sonar, communications and medical imaging. Waveforms are designed to achieve certain desired properties, which are divided into three categories corresponding to the three main parts in the book, namely good aperiodic correlations, good periodic correlations and beampattern match- ing.
上传时间: 2020-06-01
上传用户:shancjb
VK0384是一个48x8的LCD駆动器. 可软件程控使其适用于多样化的LCD应用线路. 仅用到3至4条讯号线便可控制LCD駆动器,除此之外亦可介由指令使其进入省电模式 特色 工作电压 : 2.4V~5.2V 内建 256KHz RC oscillator 提供 1/4 偏压 1/8 COM 周期 省电模式 48x8 LCD駆动器 内建 48x8 bit 显示内存 3-wire serial interface 软件程控 资料及指令模式 自动增加读写地址
上传时间: 2020-06-05
上传用户:shubashushi66
Over many years, RF-MEMS have been a hot topic in research at the technology and device level. In particular, various kinds of mechanical Si-MEMS resonators and piezoelectric BAW (bulk acoustic wave) resonators have been developed. The BAW technology has made its way to commercial products for passive RF filters, in particular for duplexers in RF transceiver front ends for cellular communica- tions. Beyond their use in filters, micromachined resonators can also be used in conjunction with active devices in innovative circuits and architectures.
标签: MEMS-based Circuits Systems and
上传时间: 2020-06-06
上传用户:shancjb
With more than two billion terminals in commercial operation world-wide, wire- less and mobile technologies have enabled a first wave of pervasive communication systems and applications. Still, this is only the beginning as wireless technologies such as RFID are currently contemplated with a deployment potential of tens of billions of tags and a virtually unlimited application potential. A recent ITU report depicts a scenario of “Internet of things” — a world in which billions of objects will report their location, identity, and history over wireless connections.
标签: Internet Things From The RFI of
上传时间: 2020-06-08
上传用户:shancjb
function y=lagr(x0,y0,x) %x0,y0为节点 %x是插值点 n=length(x0); m=length(x); for i=1:m z=x(i); s=0.0; for k=1:n p=1.0; for j=1:n if j~=k p=p*(z-x0(j))/(x0(k)-x0(j)); end end s=p*y0(k)+s; end y(i)=s; end
标签: lagr
上传时间: 2020-06-09
上传用户:shiyc2020
keystone_sinc是用sinc插值法校正距离走动; keystone_czt使用chirp-z变换校正距离走动;
上传时间: 2020-06-17
上传用户:mhao123
正则表达式用于字符串处理、表单验证等场合,实用高效。现将一些常用的表达式收集于此,以备不时之需。 匹配中文字符的正则表达式: [\u4e00-\u9fa5] 评注:匹配中文还真是个头疼的事,有了这个表达式就好办了 匹配双字节字符(包括汉字在内):[^\x00-\xff] 评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1) 匹配空白行的正则表达式:\n\s*\r 评注:可以用来删除空白行 匹配HTML标记的正则表达式:<(\S*?)[^>]*>.*?</\1>|<.*? /> 评注:网上流传的版本太糟糕,上面这个也仅仅能匹配部分,对于复杂的嵌套标记依旧无能为力 匹配首尾空白字符的正则表达式:^\s*|\s*$ 评注:可以用来删除行首行尾的空白字符(包括空格、制表符、换页符等等),非常有用的表达式 匹配Email地址的正则表达式:\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* 评注:表单验证时很实用 匹配网址URL的正则表达式:[a-zA-z]+://[^\s]* 评注:网上流传的版本功能很有限,上面这个基本可以满足需求 匹配帐号是否合法(字母开头,允许5-16字节,允许字母数字下划线):^[a-zA-Z][a-zA-Z0-9_]{4,15}$ 评注:表单验证时很实用 匹配国内电话号码:\d{3}-\d{8}|\d{4}-\d{7} 评注:匹配形式如 0511-4405222 或 021-87888822 匹配腾讯QQ号:[1-9][0-9]{4,} 评注:腾讯QQ号从10000开始 匹配中国邮政编码:[1-9]\d{5}(?!\d) 评注:中国邮政编码为6位数字 匹配身份证:\d{15}|\d{18} 评注:中国的身份证为15位或18位 匹配ip地址:\d+\.\d+\.\d+\.\d+ 评注:提取ip地址时有用。 匹配特定数字:
上传时间: 2020-12-16
上传用户:
程序下载v知道x'x'c'v'x'c'z'csaC cscxz
标签: 测试v下程序程序
上传时间: 2021-01-04
上传用户:
C++类设计基础教程以及例子源代码。 C Class Design Handbook: Coding Effective Classes by Richard Conway (z-lib.org)_NoRestriction
上传时间: 2021-01-25
上传用户:
如果 PCB 用排线连接,控制排线对应的插头插座必须成直线,不交叉、不扭曲。 连续的 40PIN 排针、排插必须隔开 2mm 以上。 考虑信号流向,合理安排布局,使信号流向尽可能保持一致。 输入、输出元件尽量远离。 电压的元器件应尽量放在调试时手不易触及的地方。 驱动芯片应靠近连接器。 有高频连线的元件尽可能靠近,以减少高频信号的分布参数和电磁干扰。 对于同一功能或模组电路,分立元件靠近芯片放置。 连接器根据实际情况必须尽量靠边放置。 开关电源尽量靠近输入电源座。 BGA 等封装的元器件不应放于 PCB 板正中间等易变形区 BGA 等阵列器件不能放在底面, PLCC 、 QFP 等器件不宜放在底层。 多个电感近距离放置时应相互垂直以消除互感。 元件的放置尽量做到模块化并连线最短。 在保证电气性能的前提下,尽量按照均匀分布、重心平衡、版面美观的标准优化布局。 按电路模块进行布局,实现同一功能的相关电路称为一个模块,电路模块中的元件应采用就近集 中原则,同时数字电路和模拟电路分开; 定位孔、标准孔等非安装孔周围 1.27mm 内不得贴装元、器件,螺钉等安装孔周围 紧固件安装孔、椭圆孔及板中其它方孔外侧距板边的尺寸大于 3mm ; 发热元件不能紧邻导线和热敏元件;高热器件要均衡分布;
上传时间: 2021-06-25
上传用户:xiangshuai