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

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

Gain

  • 在windows mobile平臺(tái)上

    在windows mobile平臺(tái)上,使用waveAPI來播音樂。跟使用playsound() API不同的是,這個(gè)例子可以修改audio stream的secondary Gain class.

    標(biāo)簽: windows mobile

    上傳時(shí)間: 2013-12-06

    上傳用戶:qweqweqwe

  • MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces t

    MATLAB Code for Optimal Quincunx Filter Bank Design Yi Chen July 17, 2006 This file introduces the MATLAB code that implements the two algorithms (i.e., Algorithms 1 and 2 in [1], or Algorithms 4.1 and 4.2 in [2]) used for the construction of quincunx filter banks with perfect reconstruction, linear phase, high coding Gain, certain vanishing moments properties, and good frequency selectivity. The code can be used to design quincunx filter banks with two, three, or four lifting steps. The SeDuMi Matlab toolbox [3] is used to solve the second-order cone programming subproblems in the two algorithms, and must be installed in order for this code to work.

    標(biāo)簽: introduces Quincunx Optimal MATLAB

    上傳時(shí)間: 2014-01-15

    上傳用戶:cc1

  • In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for un

    In this project we analyze and design the minimum mean-square error (MMSE) multiuser receiver for uniformly quantized synchronous code division multiple access (CDMA) signals in additive white Gaussian noise (AWGN) channels.This project is mainly based on the representation of uniform quantizer by Gain plus additive noise model. Based on this model, we derive the weight vector and the output signal-to-interference ratio (SIR) of the MMSE receiver. The effects of quantization on the MMSE receiver performance is characterized in a single parameter named 鈥漞quivalent noise variance鈥? The optimal quantizer stepsize which maximizes the MMSE receiver output SNR is also determined.

    標(biāo)簽: mean-square multiuser receiver project

    上傳時(shí)間: 2014-11-21

    上傳用戶:ywqaxiwang

  • The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual v

    The TW2835 has four high quality NTSC/PAL video decoders, dual color display controllers and dual video encoders. The TW2835 contains four built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters, and proprietary digital Gain/clamp controller, high quality Y/C separator to reduce cross-noise and high performance free scaler. Four built-in motion,

    標(biāo)簽: dual controllers decoders display

    上傳時(shí)間: 2017-03-20

    上傳用戶:來茴

  • 這是I2c網(wǎng)關(guān)Id獨(dú)立燒寫程序

    這是I2c網(wǎng)關(guān)Id獨(dú)立燒寫程序, 燒寫的ID必須要求是:“0~9”、“a~z”、“A~Z”的16為字符才能燒寫成功。 其中當(dāng)是輸入的小寫字母時(shí),自動(dòng)轉(zhuǎn)換為大些燒入。 如: 1) # ./burnID 0123456789abcdef 燒入的是:0123456789ABCDEF 2] # ./burnID 0123456789@ cdef 燒入不成功,因?yàn)橛衅渌址? 3) # ./burnID 0123456789abcdefDfs 燒入也不成,因?yàn)槌^16個(gè)字符 built-in analog anti-aliasing filters, four 10bit Analog-to-Digital converters, and proprietary digital Gain/clamp controller, high quality Y/C separator to reduce cross-noise and high performance free scaler. Four built-in motion,

    標(biāo)簽: I2c 網(wǎng)關(guān) 獨(dú)立 燒寫程序

    上傳時(shí)間: 2017-03-20

    上傳用戶:playboys0

  • 基于tinyos實(shí)現(xiàn)時(shí)鐘設(shè)定與測(cè)試

    基于tinyos實(shí)現(xiàn)時(shí)鐘設(shè)定與測(cè)試,在Gain節(jié)點(diǎn)已成功測(cè)試.可以直接應(yīng)用.

    標(biāo)簽: tinyos 實(shí)現(xiàn)時(shí)鐘 設(shè)定 測(cè)試

    上傳時(shí)間: 2017-04-28

    上傳用戶:417313137

  • This is a implementation of cmd line mode email client. It support ESMTP. I am sure you are able to

    This is a implementation of cmd line mode email client. It support ESMTP. I am sure you are able to Gain lots of knowledge unexpect.

    標(biāo)簽: implementation support client ESMTP

    上傳時(shí)間: 2014-07-11

    上傳用戶:wqxstar

  • This book covers the fundamental concepts of data mining, to demonstrate the potential of gathering

    This book covers the fundamental concepts of data mining, to demonstrate the potential of gathering large sets of data, and analyzing these data sets to Gain useful business understanding. The book is organized in three parts. Part I introduces concepts. Part II describes and demonstrates basic data mining algorithms. It also contains chapters on a number of different techniques often used in data mining. Part III focusses on business applications of data mining. Methods are presented with simple examples, applications are reviewed, and relativ advantages are evaluated.

    標(biāo)簽: fundamental demonstrate the gathering

    上傳時(shí)間: 2014-12-02

    上傳用戶:15736969615

  • The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then co

    The program uses fminsearch to obtain the transfer function of a tank’s height. This tank is then controlled using a real PID controller. Controller’s tuning (determination of optimum controller’s parameters: Gain and time constants) is achieved using the genetic algorithm toolbox. Finally, result are plotted using both matlab commands as well as simulink.

    標(biāo)簽: tank fminsearch function transfer

    上傳時(shí)間: 2013-12-01

    上傳用戶:rocwangdp

  • This sample program generates two sine waves called X and Y. It will then calculate the normalized

    This sample program generates two sine waves called X and Y. It will then calculate the normalized magnitude and phase of the two waveforms using the following formulas: Mag = sqrt(X^2 + Y^2)/sqrt(GainX^2 + GainY^2) Phase = (long) (atan2PU(X,Y) * 360) The program will prompt the user to change the Gain and frequency of the X and Y waveforms.

    標(biāo)簽: Y. normalized generates calculate

    上傳時(shí)間: 2014-01-06

    上傳用戶:123456wh

主站蜘蛛池模板: 姜堰市| 重庆市| 玉树县| 乌拉特前旗| 瓦房店市| 牙克石市| 秭归县| 荣成市| 封丘县| 博乐市| 新兴县| 喀什市| 湖北省| 车致| 迁安市| 杂多县| 台东市| 克什克腾旗| 昌宁县| 融水| 信丰县| 锡林浩特市| 永吉县| 罗源县| 漠河县| 五寨县| 城市| 康保县| 广德县| 陵川县| 衡水市| 锦州市| 重庆市| 无极县| 府谷县| 辽宁省| 织金县| 天柱县| 铁力市| 成安县| 林甸县|