代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/398836/7916360
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
#endif
www.eeworm.com/read/298961/7918716
h real.h
// Real.h: interface for the Real class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_REAL_H__21F45686_4257_4E66_AEC1_7FEE62BFE453__INCLUDED_)
#defi
www.eeworm.com/read/298625/7949135
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/298615/7949337
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/332905/12717472
c cpluscomplexio.c
/* cplusComplexIo.c - force-link of C++ complex number IO */
/* Copyright 1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,03Jun98,sn wr
www.eeworm.com/read/332905/12717532
c cpluscomplex.c
/* cplusComplex.c - force-link of C++ complex type */
/* Copyright 1998 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01a,03Jun98,sn wrote
*/
www.eeworm.com/read/144120/12812620
ref ieeeportsout.ref
// Verilog file for cell "top" view "netlist"
// Language Version: 2001
module overlapping (
a[1:0],
a);
inout [3:0] a;
endmodule // overlapping
module unconnected_ports (
.a(UN
www.eeworm.com/read/245180/12812866
c cemdc2.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/245180/12812874
c cemdc.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/244597/12854362
cpp zrhqr.cpp
#include
#include "nr.h"
using namespace std;
void NR::zrhqr(Vec_I_DP &a, Vec_O_CPLX_DP &rt)
{
int j,k;
complex x;
int m=a.size()-1;
Mat_DP hess(m,m);
for (k=0;k