代码搜索:Channel
找到约 10,000 项符合「Channel」的源代码
代码结果 10,000
www.eeworm.com/read/189150/8488333
cpp channel.cpp
//选择不同彩色通道
#include "stdafx.h"
#include "source10.h"
#include "Channel.h"
#include "Setscanner.h";
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/290111/8505059
h channel.h
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/290111/8505105
cpp channel.cpp
/*****************************************************************************
Copyright (c) 2001 - 2007, The Board of Trustees of the University of Illinois.
All rights reserved.
Redistribution and
www.eeworm.com/read/188933/8508004
class channel.class
www.eeworm.com/read/188790/8515002
cc channel.cc
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1996 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/188533/8530589
m channel.m
function rx_signal = channel(tx_signal, cir, sim_options);
global sim_consts;
[n_tx_antennas, n_rx_antennas] = get_n_antennas(sim_options);
% Channel effect
rx_signal = zeros(n_rx_antennas
www.eeworm.com/read/188503/8535898
hh channel.hh
/*
channel.hh - A class of synchonising FIFO's. Using the default size of 1
gives nice CSP / Occam style channels
(C) 2003 Andrew Stevens
This program is free software; you can redistr
www.eeworm.com/read/188440/8540356
gif channel.gif
www.eeworm.com/read/188397/8543716
m channel.m
function y=channel(x,h,aN,sN)
a=conv(x,h);
N=length(a);
w=a+aN;
m=max(abs(x));
for k=1:sN
w(round(abs(randn(1,1))*(N-1))+1)=m;
end
y=w;
www.eeworm.com/read/188397/8543805