亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

bit-error-rate

  • Real-Time Transport Protocol (RTP) Payload Format and File Storage Format for the Adaptive Multi-Ra

    Real-Time Transport Protocol (RTP) Payload Format and File Storage Format for the Adaptive Multi-Rate (AMR) and Adaptive Multi-Rate Wideband (AMR-WB) Audio Codecs

    標簽: Format Real-Time Transport Protocol

    上傳時間: 2014-11-26

    上傳用戶:小草123

  • ST7529液晶驅動 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid cryst

    ST7529液晶驅動 The ST7529 is a driver & controller LSI for 32 gray scale graphic dot-matrix liquid crystal display systems. It generates 255 Segment and 160 Common driver circuits. This chip is connected directly to a microprocessor, accepts Serial Peripheral Interface (SPI), 8-bit/16-bit parallel or IIC display data and stores in an on-chip display data RAM. It performs display data RAM read/write operation with no external operating clock to minimize power consumption. In addition, because it contains power supply circuits necessary to drive liquid crystal, it is possible to make a display system with the fewest components.

    標簽: 7529 controller dot-matrix graphic

    上傳時間: 2013-12-02

    上傳用戶:奇奇奔奔

  • 名稱:read2543 功能:TLC2543驅動模塊 輸入參數:port通道號 輸出參數:ad轉換值 *************************************/

    名稱:read2543 功能:TLC2543驅動模塊 輸入參數:port通道號 輸出參數:ad轉換值 *************************************/ uint read2543(uchar port) { uint ad=0,i CLOCK=0 _CS=0 port<<=4 for(i=0 i<12 i++) { if(D_OUT) ad|=0x01 D_IN=(bit)(port&0x80) CLOCK=1 delay(3) CLOCK=0 delay(3) port<<=1 ad<<=1 } _CS=1 ad>>=1 return(ad) }

    標簽: 2543 read port TLC

    上傳時間: 2016-01-21

    上傳用戶:R50974

  • This program compress and recostruct using wavelets. We can select level of decomposition(here maxim

    This program compress and recostruct using wavelets. We can select level of decomposition(here maximum 4 levels are given) of images using selected wavelet. For eg:-wavelets can be haar, db1, db2,dmey............... Decomposition can be viewed in figure. (Please note that select 256X256 image for better result.) Then compression can performed, PERFL2 give compression score. Then reconstruction can be performed. Each decompsition we can choose different threshold values. For each threshold value we can calculate mse,psnr,pq(picture quality), bit ratio etc. To get pq install pqs function .

    標簽: decomposition recostruct compress wavelets

    上傳時間: 2016-01-22

    上傳用戶:liuchee

  • Flash寫的小RPG游戲。。。。 # Archive D:ITsource_code1gameRPG.rar effectenemy

    Flash寫的小RPG游戲。。。。 # Archive D:\IT\source_code\1game\RPG.rar effect\enemy\0.fla effect\enemy\0.swf effect\enemy effect\hero\1.fla effect\hero\1.swf effect\hero\0.swf effect\hero effect error\error.fla error\error.swf error magic\magic1.fla magic\magic2.fla magic\magic3.fla magic\magic4.fla magic\magic5.fla magic\magic5.swf magic\magic4.swf magic\magic3.swf magic\magic1.swf magic\magic2.swf magic\magic0.fla magic\magic0.swf magic map\0.fla map\3.fla map\2.fla map\5.fla map\4.fla map\1.fla map\8.fla map\6.fla map\7.fla map\8.swf map\7.swf map\6.swf map\3.swf map\1.swf map\0.swf map\2.swf map\4.swf map\5.swf map sound\002.mid sound\001.mid sound\Victory.mid sound\Field02.mid sound\Negative01.mid sound\Dungeon01.mid sound RPG.fla RPG.html RPG.swf # # Files # 53

    標簽: effectenemy ITsource_code Archive gameRPG

    上傳時間: 2016-01-23

    上傳用戶:hanli8870

  • 本程序實做MLP(Multi-layer perceptron)算法

    本程序實做MLP(Multi-layer perceptron)算法,使用者可以自行設定訓練數據集與測試數據集,將訓練數據集加載,在2、3維下可以顯示其分布狀態,并分別設定鍵節值、學習率、迭代次數來訓練其類神經網絡,最后可觀看辨識率與RMSE(Root Mean squared error)來判別訓練是否可以停止。

    標簽: Multi-layer perceptron MLP 程序

    上傳時間: 2013-12-24

    上傳用戶:caozhizhi

  • 實用的單片機開發與應用程序

    實用的單片機開發與應用程序,包括:中值濾波子程序,AD轉換類程序,16、32位整型數開方,單片機音樂程序--祝你平安。對初學者很有幫助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing, SCM music program - I wish you peace. Helpful for beginners.

    標簽: 單片機開發 應用程序

    上傳時間: 2016-01-27

    上傳用戶:sunjet

  • This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest i

    This the second tutorial of the Writing Device Drivers series. There seems to be a lot of interest in the topic, so this article will pick up where the first left off. The main focus of these articles will be to build up little by little the knowledge needed to write device drivers. In this article, we will be building on the same example source code used in part one. In this article, we will expand on that code to include Read functionality, Handle Input/Ouput Controls also known as IOCTLs, and learn a bit more about IRPs.

    標簽: the interest tutorial Drivers

    上傳時間: 2016-01-28

    上傳用戶:lmeeworm

  • matlab生成m序列的函數 原來那個效率太低

    matlab生成m序列的函數 原來那個效率太低,主要是因為實際應用并不需要生成太長的m序列,加入了需求長度,能有效減少運行時間。25級的移位寄存器,運行了一個小時都沒有出來一周期,我僅僅需要三千bit而已。改進版:

    標簽: matlab 序列 函數 效率

    上傳時間: 2014-01-27

    上傳用戶:stampede

  • Comparison of the performances of the LS and the MMSE channel estimators for a 64 sub carrier OFDM

    Comparison of the performances of the LS and the MMSE channel estimators for a 64 sub carrier OFDM system based on the parameter of Mean square error

    標簽: the performances Comparison estimators

    上傳時間: 2016-02-01

    上傳用戶:hgy9473

主站蜘蛛池模板: 乌兰浩特市| 彭山县| 连州市| 台州市| 九寨沟县| 鹿邑县| 临武县| 洞头县| 通江县| 洱源县| 武陟县| 都兰县| 开原市| 得荣县| 遵义市| 玛沁县| 靖边县| 兴隆县| 临邑县| 凤冈县| 武山县| 平阳县| 横峰县| 海兴县| 修武县| 兴山县| 沙河市| 藁城市| 乳山市| 扎兰屯市| 五大连池市| 邻水| 西华县| 柯坪县| 青浦区| 柘城县| 公主岭市| 彩票| 开平市| 乐安县| 沧州市|