搜索结果
找到约 84 项符合
gain 的查询结果
按分类筛选
- 全部分类
- 模拟电子 (13)
- 技术资料 (11)
- matlab例程 (7)
- 单片机编程 (6)
- 书籍 (6)
- 电源技术 (4)
- 学术论文 (3)
- 单片机开发 (3)
- Linux/Unix编程 (3)
- 书籍源码 (2)
- 其他 (2)
- 其他书籍 (2)
- PCB相关 (1)
- 可编程逻辑 (1)
- 测试测量 (1)
- 游戏 (1)
- 汇编语言 (1)
- 数学计算 (1)
- 软件工程 (1)
- 系统设计方案 (1)
- 文章/文档 (1)
- Windows Mobile (1)
- 通讯/手机编程 (1)
- 其他嵌入式/单片机内容 (1)
- 网络 (1)
- DSP编程 (1)
- 电子书籍 (1)
- 数值算法/人工智能 (1)
- VC书籍 (1)
- 其他行业 (1)
- 软件设计/软件工程 (1)
- 无线通信 (1)
- 技术教程 (1)
- 论文 (1)
Windows Mobile 在windows mobile平台上
在windows mobile平台上,使用waveAPI來播音樂。跟使用playsound() API不同的是,這個例子可以修改audio stream的secondary gain class.
书籍源码 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 ...
通讯/手机编程 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 ...
其他书籍 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
redu ...
Linux/Unix编程 这是I2c网关Id独立烧写程序
这是I2c网关Id独立烧写程序,
烧写的ID必须要求是:“0~9”、“a~z”、“A~Z”的16为字符才能烧写成功。
其中当是输入的小写字母时,自动转换为大些烧入。
如: 1) # ./burnID 0123456789abcdef
烧入的是:0123456789ABCDEF
2] # ./burnID 0123456789@ cdef
烧入不成功,因为有其他字符
3) ...
其他嵌入式/单片机内容 基于tinyos实现时钟设定与测试
基于tinyos实现时钟设定与测试,在GAIN节点已成功测试.可以直接应用.
网络 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.
其他书籍 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 ...
matlab例程 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, resul ...
DSP编程 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 ...