代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/291235/8433007
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/389832/8496537
m s2z.m
%MATLAB function s2z.m converts a network's generalized
%scattering matrix, S, into the appertaining impedance
%matrix, Z.
%The function is called up by Z = s2z(Z0, S). It needs
%as its input arg
www.eeworm.com/read/389832/8496574
m s2y.m
%MATLAB function s2y.m converts a network's generalized
%scattering matrix, S, into the appertaining admittance
%matrix, Y.
%The function is called up by Y = s2y(Z0, S). It needs
%as its input ar
www.eeworm.com/read/188087/8573627
c fft.c
#include
#include
#include
#include "mpi.h"
#define MAX_N 50
#define PI 3.1415926535897932
#define EPS 10E-8
#define V_TAG 99
#define P_TAG 100
#define Q_TAG 101
#d
www.eeworm.com/read/287948/8658040
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/430775/8728850
m s2z.m
%MATLAB function s2z.m converts a network's generalized
%scattering matrix, S, into the appertaining impedance
%matrix, Z.
%The function is called up by Z = s2z(Z0, S). It needs
%as its input arg
www.eeworm.com/read/430775/8728877
m s2y.m
%MATLAB function s2y.m converts a network's generalized
%scattering matrix, S, into the appertaining admittance
%matrix, Y.
%The function is called up by Y = s2y(Z0, S). It needs
%as its input ar
www.eeworm.com/read/386752/8728881
m s2z.m
%MATLAB function s2z.m converts a network's generalized
%scattering matrix, S, into the appertaining impedance
%matrix, Z.
%The function is called up by Z = s2z(Z0, S). It needs
%as its input arg
www.eeworm.com/read/386752/8728900
m s2y.m
%MATLAB function s2y.m converts a network's generalized
%scattering matrix, S, into the appertaining admittance
%matrix, Y.
%The function is called up by Y = s2y(Z0, S). It needs
%as its input ar
www.eeworm.com/read/385934/8778209
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