代码搜索:Multirate
找到约 64 项符合「Multirate」的源代码
代码结果 64
www.eeworm.com/read/159014/10701712
m multirate.m
% Jitterbug example: multirate.m
% ==============================
% Calculate the performance of ordinary/multirate ball & beam controller
s = tf('s');
Gphi = 4.4/s;
Gx = -9.0/s^2;
Q = diag([1 0]);
www.eeworm.com/read/199371/7863218
zip multirate.zip
www.eeworm.com/read/128483/14293844
m multirate.m
% Jitterbug example: multirate.m
% ==============================
% Calculate the performance of ordinary/multirate ball & beam controller
s = tf('s');
Gphi = 4.4/s;
Gx = -9.0/s^2;
Q = diag([1 0]);
www.eeworm.com/read/228400/14386880
zip multirate.zip
www.eeworm.com/read/26981/974933
obj multirate.obj
www.eeworm.com/read/26981/974970
c multirate.c
#define MULTIRATE_GLOBALS
#include "includes.h"
void MultiRateInit(void)
{
INT8U i;
INT16U CurrentTimeTemp;
INT16U TempVar;
INT8U *Pnt;
/*查找当前时段*/
Pnt=&TimeSliceInfo.TimeSlice[0].Min
www.eeworm.com/read/26981/974986
h multirate.h
#ifdef MULTIRATE_GLOBALS
#define MULTIRATE_EXT
#else
#define MULTIRATE_EXT extern
#endif
/*复费率时段切换信息*/
MULTIRATE_EXT struct
{
INT8U CurrentTimeSliceID;
INT8U CurrentRateID;
INT8U Nex
www.eeworm.com/read/455269/1624813
sh multirate.sh
#!/bin/bash
rm -f multi.txt
perr=0.01
nn=20
vocoder=g729
#vocoder=g711
for nn2 in 2 4 6 8 10 12 14 16 18 20 ; do
echo "Simulating network VOIP with nn2 = ${nn2}" >> multi.txt
../../../ns main.t
www.eeworm.com/read/475747/6777098
zip multirate.zip
www.eeworm.com/read/248283/12585751