代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/155903/11839246
cpp xt10-1.cpp
#include
using namespace std;
class Complex
{public:
Complex(){real=0;imag=0;}
Complex(double r,double i){real=r;imag=i;}
double get_real();
double get_imag();
void
www.eeworm.com/read/154202/11983982
asm rfft32br.asm
;========================================================================
;
; File Name : rfft_brc.asm
;
; Originator : Advanced Embeeded Control
; Texas Instruments
;
www.eeworm.com/read/255595/12069817
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/255595/12069846
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/152609/12099101
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,
www.eeworm.com/read/152609/12099127
m qpskencoder.m
function [I_Symbols, Q_Symbols] = QPSKEncoder(BitStreamOne,BitStreamTwo)
I_Symbols = 2*BitStreamOne-1;
Q_Symbols = 2*BitStreamTwo-1;
Symbols = complex(I_Symbols,Q_Symbols);
Symbols = Symbols./abs(Symb
www.eeworm.com/read/340306/12166622
bak fft_size.inc.bak
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/340306/12166659
inc fft_size.inc
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************
www.eeworm.com/read/252304/12286656
c pj_mod_ster.c
#ifndef lint
static const char SCCSID[]="@(#)PJ_mod_ster.c 4.1 94/02/15 GIE REL";
#endif
/* based upon Snyder and Linck, USGS-NMD */
#define PROJ_PARMS__ \
COMPLEX *zcoeff; \
double cchio, schio;
www.eeworm.com/read/252116/12301686
inc fft_size.inc
*********************************************************************************
* (C) COPYRIGHT TEXAS INSTRUMENTS, INC. 1996 *
**********************************