代码搜索:corresponding
找到约 4,250 项符合「corresponding」的源代码
代码结果 4,250
www.eeworm.com/read/412276/11207262
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/265723/11255257
m sph2cart.m
function [x,y,z] = sph2cart(az,elev,r)
%SPH2CART Transform spherical to Cartesian coordinates.
% [X,Y,Z] = SPH2CART(TH,PHI,R) transforms corresponding elements of
% data stored in spherical coo
www.eeworm.com/read/265723/11255260
m cart2sph.m
function [az,elev,r] = cart2sph(x,y,z)
%CART2SPH Transform Cartesian to spherical coordinates.
% [TH,PHI,R] = CART2SPH(X,Y,Z) transforms corresponding elements of
% data stored in Cartesian coo
www.eeworm.com/read/335938/12489306
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/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/100264/15879415
c bobj.c
/* bobj.c: Built-in objects table and corresponding functions */
/* $Id: bobj.c 2.1 1995/10/24 15:46:14 tsurace Release $ */
#include "vt.h"
#include "prmt.h"
#ifdef __WIN32__
# include
www.eeworm.com/read/178871/9383067
m encoderm.m
function en_output = encoderm( x, g, alpha, puncture )
[n,K] = size(g);
m = K - 1;
L_info = length(x);
L_total = L_info + m;
% generate the codeword corresponding to the 1st RSC coder
% end = 1,
www.eeworm.com/read/362500/9995961
m plttern.m
function data = plttern(data,x1lab,x2lab,x3lab);
%PLTTERN Plots a 2D ternary diagram.
% Given an input matrix (data) that is m by 3 PLTTERN plots the
% corresponding ternary diagram. The three c
www.eeworm.com/read/330173/12908288
m encoderm.m
function en_output = encoderm( x, g, alpha, puncture )
[n,K] = size(g);
m = K - 1;
L_info = length(x);
L_total = L_info + m;
% generate the codeword corresponding to the 1st RSC coder
% end = 1,