代码搜索:Calculation
找到约 2,005 项符合「Calculation」的源代码
代码结果 2,005
www.eeworm.com/read/197263/8008434
m experiment4_2.m
% Experiment 4, CS: Haykin
% Eyediagram
% baseband PAM transmission, M=2
% The channel has bandwidth limitations
% channel is modeled as low pass butterworth filter
% Nyquist bandwidth 0.5Hz, \alpha=
www.eeworm.com/read/197263/8008439
m experiment4_3.m
% Experiment 4, CS: Haykin
% Eyediagram
% baseband PAM transmission, M=2
% The channel has bandwidth limitations
% channel is modeled as low pass butterworth filter
% Nyquist bandwidth 0.5Hz, \alpha=
www.eeworm.com/read/197263/8008441
m experiment4_0.m
% Experiment 4, CS: Haykin
% Eyediagram
% baseband PAM transmission, M=2
% The channel has no bandwidth limitations
% Nyquist bandwidth 0.5Hz, \alpha=0.5
% Requires Comm Toolbox to run.
clear all
%
www.eeworm.com/read/196846/8054752
todo
TODO
====
- update vbv_delay calculation to agree with November 1994
(WG11 approved IS draft of ISO/IEC 13818-2).
- allow intra only encoding of sequences (disable ipflag in
putseq.c
www.eeworm.com/read/145478/12721074
h calc_en.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/332234/12772177
c 11-3.c
#include
#include
#include
#include
int main(int argc,char **argv)
{
double y;
sigset_t intmask;
int i,repeat_factor;
i
www.eeworm.com/read/331444/12827777
m var2.m
% V = VAR2(MTX,MEAN)
%
% Sample variance of a matrix.
% Passing MEAN (optional) makes the calculation faster.
function res = var2(mtx, mn)
if (exist('mn') ~= 1)
mn = mean2(mtx);
end
if (isreal(
www.eeworm.com/read/143516/12869059
h crc.h
/* 16 bit CRC-CCITT stuff. Extracted from Bill Simpson's PPP */
#define FCS_START 0xffff /* Starting bit string for FCS calculation */
#define FCS_FINAL 0xf0b8 /* FCS when summed over frame and se
www.eeworm.com/read/330414/12895491
h calc_en.h
/*
********************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Ve
www.eeworm.com/read/244008/12899505
h doctor.h
//=====================================
// doctor.h
//=====================================
#ifndef HEADER_DOCTOR
#define HEADER_DOCTOR
//-------------------------------------
#include"graduates