代码搜索:comb
找到约 1,987 项符合「comb」的源代码
代码结果 1,987
www.eeworm.com/read/319478/13450752
comb
www.eeworm.com/read/493005/6403683
comb
NAME
comb - combinatorial number
SYNOPSIS
comb(x, y)
TYPES
x integer
y integer
return integer
DESCRIPTION
Return the combinatorial number C(x,y) which is defined as:
www.eeworm.com/read/319478/13450828
for comb.for
www.eeworm.com/read/390929/8433266
m comb.m
function [iout,qout] = comb (idata,qdata,attn)
iout = randn(1,length(idata)).*attn;
qout = randn(1,length(qdata)).*attn;
iout = iout+idata(1:length(idata));
qout = qout+qdata(1:length(qdata
www.eeworm.com/read/189239/8482950
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************
www.eeworm.com/read/189239/8482976
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************
www.eeworm.com/read/189239/8483023
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************
www.eeworm.com/read/289186/8569206
m comb.m
function [iout,qout]=comb (idata,qdata,attn)
%%%%this function is used to generate AWGN nosie
iout=randn(1,length(idata)).*attn;
qout=randn(1,length(qdata)).*attn;
iout=iout+idata(1:length(i
www.eeworm.com/read/187756/8602640
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************
www.eeworm.com/read/432360/8608832
m comb.m
% Program 2-4
% comb.m
%
% Generate additive white gausian noise
%
% Programmed by H.Harada
%
function [iout,qout] = comb (idata,qdata,attn)
%****************** variables ************