代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/449151/7517619
c fftwf77.c
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a
www.eeworm.com/read/439595/7705338
h flat_rayleigh.h
#ifndef FLAT_RAYLEIGH
#define FLAT_RAYLEIGH
#include "Random.h"
/*****************************************************************************
* Author: Christos Komninakis
www.eeworm.com/read/199277/7870661
hpp meep_internals.hpp
/* Copyright (C) 2006 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as publish
www.eeworm.com/read/199224/7876989
m phase.m
function PHI=phase(G)
%PHASE Computes the phase of a complex vector
%
% PHI=phase(G)
%
% G is a complex-valued row vector and PHI is returned as its
% phase (in radians), with an effort made to
www.eeworm.com/read/196909/8049617
txt pgm0a_06.txt
#
# This file contains the Python code from Program A.6 of
# "Data Structures and Algorithms
# with Object-Oriented Design Patterns in Python"
# by Bruno R. Preiss.
#
# Copyright (c) 2003 by Bruno R.
www.eeworm.com/read/247309/12667013
c fft.c
//FFT.c C callable FFT function in C
#define PTS 256 //# of points for FFT
typedef struct {float real,imag;} COMPLEX;
extern COMPLEX w[PTS]; //twiddle constants stored in w
v
www.eeworm.com/read/247235/12671951
m phase.m
function PHI=phase(G)
%PHASE Computes the phase of a complex vector
%
% PHI=phase(G)
%
% G is a complex-valued row vector and PHI is returned as its
% phase (in radians), with an effort made to
www.eeworm.com/read/245180/12812795
m plot3c.m
%PLOT3C plots a complex signal in 3D
%
% use: same as plot
%
%
% See also
% plotc (another type of visualization of complex signals)
%
% G. Rilling, last modification 12.2006
% gabriel.rilling@ens-l
www.eeworm.com/read/244597/12854143
cpp fixrts.cpp
#include
#include
#include "nr.h"
using namespace std;
void NR::fixrts(Vec_IO_DP &d)
{
bool polish=true;
int i,j;
int m=d.size();
Vec_CPLX_DP a(m+1),roots(m);
a[m]
www.eeworm.com/read/244154/12881005
m plot3c.m
%PLOT3C plots a complex signal in 3D
%
% use: same as plot
%
%
% See also
% plotc (another type of visualization of complex signals)
%
% G. Rilling, last modification 12.2006
% gabriel.rilling@ens-l