Excel spreadsheet allowing calculation of the best R-C-C component values on the PLL Loop Back Filte
Excel spreadsheet allowing calculation of the best R-C-C component values on the PLL Loop Back Filter.
closed+loop技术资料下载专区,收录57份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
Excel spreadsheet allowing calculation of the best R-C-C component values on the PLL Loop Back Filter.
This zip describes a loop-back USB device port with one of the USB host ports. Includes main.html file for help.
The software is written in assembler, as it is very short and it need the speed in the main loop. This is the heart of ...
// 移频选频原理 //Fvco=[(P*B)+A]*Frefin/R //P=32 //loop filter 100k----prescribe //R=12.8M/100K=128---Parameter1 //Fvco=...
介绍OO设计的基本模式和原则 面向对象的类设计原则 开放关闭原则The Open Closed Principle (OCP) Liskov 替换原则The Liskov Substitution Principle(LSP) 依赖...
pl/sql的综合运用上例用到的oracle里关于游标的几个内置函数:%isopen,%notfound,%rowcount。 隐式游标更多用在for loop中,你不用再手工去open,fetch或是close游标,非常方便