代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/147764/12521316
dsp lpc2k4.dsp
.module/boot=4/abs=0 lpc2k4_through;
{ LPC2k4.DSP - talk through, encoding and decoding using LPC.
Input: Speech samples from microphone (using autobuffering) via sport0
Ouput: Sp
www.eeworm.com/read/147764/12521342
dsp lpc7k8.dsp
.module/boot=3/abs=0 lpc7k8_through;
{ LPC7k8.DSP - talk through, encoding and decoding using LPC.
Input: Speech samples from microphone (using autobuffering) via sport0
Ouput: Sp
www.eeworm.com/read/334435/12602453
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/134210/14000789
m rx_gen_chan_amps.m
% Channel amplitudes corresponding to bits for Viterbi decoding
function channel_amps = rx_gen_chan_amps(data_len, channel_est, sim_options)
global sim_consts;
bits_per_subc = get_bits_per_sy
www.eeworm.com/read/102062/15793466
dsp lpc2k4.dsp
.module/boot=4/abs=0 lpc2k4_through;
{ LPC2k4.DSP - talk through, encoding and decoding using LPC.
Input: Speech samples from microphone (using autobuffering) via sport0
Ouput: Sp
www.eeworm.com/read/102062/15793486
dsp lpc7k8.dsp
.module/boot=3/abs=0 lpc7k8_through;
{ LPC7k8.DSP - talk through, encoding and decoding using LPC.
Input: Speech samples from microphone (using autobuffering) via sport0
Ouput: Sp
www.eeworm.com/read/287474/8685511
c gfq_ldpc_ntt.c
// GFq_LDPC_NTT.c, a GF(q>2) LDPC encoding/decoding simulator,
// powered by NTT (NumberTheoretic Transform, i.e., FFT over GF)
// Only allows GF(2^p), 2
www.eeworm.com/read/378383/9233138
m l1decode_pd.m
% l1decode_pd.m
%
% Decoding via linear programming.
% Solve
% min_x ||b-Ax||_1 .
%
% Recast as the linear program
% min_{x,u} sum(u) s.t. -Ax - u + y
www.eeworm.com/read/101082/6241628
h operand.h
/*
* operand.h -- definitions useful to VAX operand decoding
* @(#)operand.h 1.1
*/
#define opmode(op) (op & 0xf0)
#define opregn(op) (op & 0xf)
/*
* operand modes
*/
#define LITERAL0 0x00
#d
www.eeworm.com/read/476990/6743927
c main.c
#include
#include
#include
#include "utilities2.h"
#include "utilities.h"
#define ENCODING 0
#define DECODING 1
#define MIN 3
#define MAX 7
#define N 10
char *caesa