代码搜索:XCAP
找到约 127 项符合「XCAP」的源代码
代码结果 127
www.eeworm.com/read/281236/10255026
m comcept.m
clear all
%输入x序列
x=input('请输入x序列:');
N=length(x);
n=[1:1:N]
subplot(3,1,1);
stem(n,x);grid on;
title('输入的序列')
%求复倒谱
x=x';
%对x序列进行离散傅立叶变换,用FFT方式
X=fft(x,N);
%取自然对数,+eps避免log0出现
Xcap=log(
www.eeworm.com/read/246083/12757565
txt rfc4825-xcap.txt
Network Working Group J. Rosenberg
Request for Comments: 4825 Cisco
Category: Standards Track
www.eeworm.com/read/142066/12966968
txt draft-ietf-simple-xcap-07.txt
SIMPLE J. Rosenberg
Internet-Draft Cisco Systems
Expires: December 13, 2005
www.eeworm.com/read/202807/15372136
txt draft-ietf-simple-xcap-12-latest.txt
SIMPLE J. Rosenberg
Internet-Draft Cisco Systems
Expires: April 16, 2007
www.eeworm.com/read/454843/7382398
h f28xcap.h
/* ==================================================================================
File name: F28XCAP.H
Originator: Digital Control Systems Group
www.eeworm.com/read/454843/7382426
c f28xcap.c
#include "IQmathLib.h"
#include "DSP28_Device.h"
#include "f28xcap.h"
void F28X_EV1_CAP_Init(CAPTURE *p)
{
EvaRegs.CAPCON.all = CAP_INIT_STATE; /* Set up capture units
www.eeworm.com/read/254836/12115705
c f281xcap.c
/* ==================================================================================
File name: F281XCAP.C
Originator: Digital Control Systems Group
Texas Instrument
www.eeworm.com/read/234758/14098181
obj f280xcap.obj
www.eeworm.com/read/234758/14098232
h f280xcap.h
/* ==================================================================================
File name: F280XCAP.H
Originator: Digital Control Systems Grou
www.eeworm.com/read/234758/14098243
c f280xcap.c
/* ==================================================================================
File name: F280XCAP.C
Originator: Digital Control Systems Group
Texas Instrument