代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/402601/11532160
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/402601/11532196
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/400646/11570976
cc fft_input.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Fast Fourier Transform
*
* Processing
www.eeworm.com/read/400379/11578170
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-9;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/157359/11717579
hpp scalar.hpp
// scalar.hpp Macros to define the scalar type to be used in Arrays
//
// rcsid: $Id$ %W% %U% %G% EFC
#ifndef _Scalar_HPP_
#define _Scalar_HPP_ %I%
#ifdef COMPLEX
#include
www.eeworm.com/read/260437/11725411
h internalcell.h
#ifndef INTERNALCELL_HH
#define INTERNALCELL_HH
#include
#include "variable.h"
#include"cell.h"
class internalCell: public cell
{
public:
complex2 sin;
double cin;
internalCell
www.eeworm.com/read/260437/11725557
cpp lineboundarycell.cpp
#include "lineBoundaryCell.h"
lineBoundaryCell::lineBoundaryCell()
{
Zin=0;
r=0;
Wout=0;
p=0;
}
int lineBoundaryCell::caculation()
{
Wout=((p.conjugate()-Zin))/r.conjugate();
retu
www.eeworm.com/read/346716/11728477
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/346716/11728588
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/258574/11853523
cc fft_input.cc
// This may look like C code, but it is really -*- C++ -*-
/*
************************************************************************
*
* Fast Fourier Transform
*
* Processing