代码搜索:modmap
找到约 201 项符合「modmap」的源代码
代码结果 201
www.eeworm.com/read/335737/12501335
m music.m
%--------------------------------------------
%相干信号DOA估计MD(矩阵分解)算法
%适用于均匀线阵
%修正后的music算法
%程序分为信源、全局变量定义、信号产生、预处理算法、DF算法、做图等几部分
%盒子 于200803~200805期间研学,无版权
%------------------------------------
www.eeworm.com/read/439857/7700280
m m06_scatter.m
M = 16; Fd = 1; Fs = 10;
Pd = 200; %
msg_d = randint(Pd,1,M); %生成随机信号
msg_a = modmap(msg_d,Fd,Fs,'qask',M);%采用QASK调制方式.
rcv = rcosflt(msg_a,Fd,Fs);
N = Fs/Fd;
rcv_a = rcv(3*N+1:end-4*N,:);
h
www.eeworm.com/read/245506/12797201
m m06_scatter.m
M = 16; Fd = 1; Fs = 10;
Pd = 200; %
msg_d = randint(Pd,1,M); %生成随机信号
msg_a = modmap(msg_d,Fd,Fs,'qask',M);%采用QASK调制方式.
rcv = rcosflt(msg_a,Fd,Fs);
N = Fs/Fd;
rcv_a = rcv(3*N+1:end-4*N,:);
h
www.eeworm.com/read/131315/5941764
c hpkeymap.c
/*
Copyright (c) 1986, 1987 by Hewlett-Packard Company
Copyright (c) 1986, 1987 by the Massachusetts Institute of Technology
Permission to use, copy, modify, and distribute this
software and its doc
www.eeworm.com/read/161789/10375421
m bb_modulation.m
function [Data_mod] = bb_modulation(Data_coded, ModMap);
%------------------------------------------------------------------------------
% Modulate binary 1-D data vector.
%
% Format:
% -------
%
% [
www.eeworm.com/read/161789/10375528
m st_trellis.m
function [ST_NextState, ST_Output, Lut_InfBits, ModMap] = ...
st_trellis(modulation_type, number_of_states);
%------------------------------------------------------------------------------
% Gene
www.eeworm.com/read/161789/10375520
m test_map.m
clear all
% Few help variables
global Yes No
Yes = 1;No = 0;
LcOFlag = 0;
MaxFlag = 0;
%% -- User defined parameters start -- %%
% Code generator vectors, in binary or octal form (see 'help
% pol