代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/303772/13809523
cc comp_iwfac.cc
#include
#include "config.h"
#include "../src/iwfac.c"
#include "../src/gcd.c"
DEFUN_DLD (comp_iwfac, args, ,
"Computes inverse window factorization.\n\
Usage: c=comp_iwfac(gf,L,a,
www.eeworm.com/read/303772/13809601
c comp_wfac.c
#include "mex.h"
#include "config.h"
#include "../src/wfac.c"
#include "../src/gcd.c"
/* Calling convention:
* comp_wfac(g,a,M);
*/
void mexFunction( int nlhs, mxArray *plhs[],
int nrhs, con
www.eeworm.com/read/303772/13809606
c comp_iwfac.c
#include "mex.h"
#include "config.h"
#include "../src/iwfac.c"
#include "../src/gcd.c"
/* Calling convention:
* comp_iwfac(gf,L,a,M);
*/
void mexFunction( int nlhs, mxArray *plhs[],
int nrhs
www.eeworm.com/read/302825/13826922
m phasemod.m
function y = PhaseMod(x, bits)
% function y = PhaseMod(x, bits)
%
% This function performs phase modulation using l bits per symbol. Thus the
% modulation is (2^bits)-PSK. The return vector y is
www.eeworm.com/read/136031/13877561
cpp list11-4.cpp
// Listing 11.4
// This program demonstrates how
// easy it is to construct and use
// complex numbers with the standard
// complex class.
#include
#include
using n
www.eeworm.com/read/141300/5770785
h cmproto.h
#ifndef CMPROTO_DEFINED
#define CMPROTO_DEFINED
/* ===========================================================================
FILE CMproto.h
MEMBER OF process XSPICE
Copyright 1991
Georgia Tech
www.eeworm.com/read/141300/5771120
h cmath.h
#ifndef _CMATH_H
#define _CMATH_H
#define alloc_c(len) ((complex *) tmalloc((len) * sizeof (complex)))
#define alloc_d(len) ((double *) tmalloc((len) * sizeof (double)))
#endif
www.eeworm.com/read/141300/5772950
c cmutil.c
/* ===========================================================================
FILE CMutil.c
MEMBER OF process XSPICE
Copyright 1991
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All R
www.eeworm.com/read/141297/5773109
cc gr_interp_fir_filter_ccc.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/141297/5773181
cc gr_interp_fir_filter_scc.cc
/* -*- c++ -*- */
/*
* Copyright 2004 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter