代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/291752/8398869

h gausrand.h

// // File = gausrand.h // #ifndef _GAUSRAND_H_ #define _GAUSRAND_H_ #include void GaussRandom(long* seed, double* rand_var); void GaussRandom(long* seed, float* rand_var); void G
www.eeworm.com/read/291752/8398888

h bpsk_correl_demod.h

// // File = bpskcorreldem.h // #ifndef _BPSKCORRELDEM_H_ #define _BPSKCORRELDEM_H_ #include "signal_T.h" #include "control_T.h" #include "psmodel.h" class BpskCorrelationDemod : public
www.eeworm.com/read/291752/8399013

h qpskoptbitdem.h

// // File = qpskoptbitdem.h // #ifndef _QPSKOPTBITDEM_H_ #define _QPSKOPTBITDEM_H_ #include "signal_T.h" #include "psmodel.h" class QpskOptimalBitDemod : public PracSimModel { public:
www.eeworm.com/read/291752/8399518

cpp laguerre.cpp

//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // // File = laguerre.cpp // // Laguerre method for finding polynomial roots // #include #include #incl
www.eeworm.com/read/291235/8433060

cpp zroots.cpp

#include #include #include "nr.h" using namespace std; void NR::zroots(Vec_I_CPLX_DP &a, Vec_O_CPLX_DP &roots, const bool &polish) { const DP EPS=1.0e-14; int i,its,j,jj;
www.eeworm.com/read/290312/8490138

bak fft_size.inc.bak

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/290312/8490154

inc fft_size.inc

********************************************************************************* * (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 * **********************************
www.eeworm.com/read/389832/8496582

m z2s.m

%MATLAB function z2s.m converts a network's impedance %matrix, Z, into the appertaining generalized S matrix. %The function is called up by S = z2s(Z0, Z). It needs %as its input arguments not only
www.eeworm.com/read/389832/8496604

m y2s.m

%MATLAB function y2s.m converts a network's admittance %matrix, Y, into the appertaining generalized S matrix. %The function is called up by S = y2s(Z0, Y). It needs %as its input arguments not onl
www.eeworm.com/read/389823/8496970

m testsource.m

clear; clc; x = rand(1,100)>0.5;%产生信号 ovsf = [1,1,-1,-1];%扩品码 %串并转换,一路变两路 xi = x(1:2:length(x)) xq = x(2:2:length(x)) %QPSK调制 I_Symbols = 2*xi-1; Q_Symbols = 2*xq-1; %ovsf扩频 muxi = kron(I_Symbols,