搜索结果
找到约 975 项符合
MSP430x41x Mixed Signal Microcontroller 的查询结果
源码 TMS320VC5416-DSK-example
A simple example of audio signal processing on TMS320VC5416 USB DSK board. Main source is contained in tone.c file, memory configuration - tonecfg.cmd. Folder docs/ contains useful docmentation on board, its components and libraries. The example's configuration is based on example "tone" from Code C ...
论文 基于频率插值的4.0kbps 语音编码器的性能和设计(英文)
The 4.0 kbit/s speech codec described in this paper is based on a
Frequency Domain Interpolative (FDI) coding technique, which
belongs to the class of prototype waveform Interpolation (PWI)
coding techniques. The codec also has an integrated voice
activity detector (VAD) and a noise reduction capabi ...
源码 bpsk调制的仿真
用matlab实现bpsk调制
用randi函数产生10000个0、1随机数,对原信号signal进行判断,
若为0,则生成调制信息1,若为1,则生成调制信息-1,从而实现BPSK调制。
源码 qpsk仿真
利用randi函数产生10000个0、1随机数,对原信号signal进行分类每两个相邻随机数作为新信息SIGNAL并进行判断,若为0,则生成调制信息1+i,若为1,则生成调制信息-1+i,若为2,则生成调制信息-1-i,若为3,则生成调制信息1-i,从而实现QPSK调制
...
技术资料 BTS50_datasheet
The BTS5016SDA is a one channel high-side power switch in PG-TO252-5-11 package providing embedded
protective functions.
The power transistor is built by a N-channel vertical power MOSFET with charge pump. The design is based on
Smart SIPMOS chip on chip technology.
The BTS5016SDA has a current cont ...
源码 短时过零率和短时能量
% Computation of ST-ZCR and STE of a speech signal.
%
% Functions required: zerocross, sgn, winconv.
%
% Author: Nabin Sharma
% Date: 2009/03/15
[x,Fs] = wavread('so.wav'); % word is: so
x = x.';
N = length(x); % signal length
n = 0:N-1;
ts = n*(1/Fs); % time for signal
% define the window
wintyp ...
技术资料 P80C31SBPN
80C51 8-bit microcontroller family
4K/128 OTP/ROM/ROMless, low voltage (2.7V–5.5V),
low power, high speed (33 MHz)
论文 Fast orthonormal PAST algorithm
abed-meraim
IEEE SIGNAL PROCESSING LETTERS, VOL. 7, NO. 3, MARCH 2000
论文 A Signal Subspace Approach for Speech Enhancement
ephraim1995 子空间降噪经典算法
源码 VHDL4选1数据选择器
VHDL编写的4选一数据选择器
entity mux41a is
       port(a,b:in
std_logic;
               s1,s2,s3,s4:in std_logic;
           &nbs ...