代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/154567/11945641
cpp fretrans.cpp
#include "stdafx.h"
#include "GlobalApi.h"
#include "Cdib.h"
#include
#include
#include
using namespace std;
// FOURBYTES就是用来计算离4最近的整倍数
#define FOURBYTES(bits
www.eeworm.com/read/257008/11961320
m makesbus.m
function Sbus = makeSbus(baseMVA, bus, gen)
%MAKESBUS Builds the vector of complex bus power injections.
% Sbus = makeSbus(baseMVA, bus, gen) returns the vector of complex bus
% power injecti
www.eeworm.com/read/342492/12016310
c ho14_1.c
#include
struct complex_number
{
double i,j;
};
int main()
{
struct complex_number aComplexNumber;
struct complex_number anotherComplexNumber;
struct complex_number result
www.eeworm.com/read/342492/12016317
c ho14_2.c
#include
struct complex_number
{
double i,j;
};
struct complex_number GetComplexNumber(void);
void PrintComplexNumber(
struct complex_number numberToPrint);
struct complex_n
www.eeworm.com/read/153516/12029415
h gaussfir.h
// GaussFIR.h: interface for the CGaussFIR class.
//
// A Gaussian shaped complex FIR LP filter class.
//////////////////////////////////////////////////////////////////////
// Copyright 2000.
www.eeworm.com/read/153516/12029441
h perform.h
///////////////////////////////////////////////////////
// Perform.h : Global interface for the performance functions
//////////////////////////////////////////////////////////////////////
// Copyr
www.eeworm.com/read/153516/12029446
h delay.h
// Delay.h: interface for the CDelay class.
//
//////////////////////////////////////////////////////////////////////
// Copyright 2000. Moe Wheatley AE4JY
//
//This pr
www.eeworm.com/read/153164/12055804
h fretrans.h
// FreTrans.h
#ifndef _INC_FreTransAPI
#define _INC_FreTransAPI
#include
using namespace std;
// 函数原型
VOID WINAPI FFT(complex * TD, complex * FD, int r);
VOID
www.eeworm.com/read/341901/12056003
c maryuwa.c
#include
#include
#include
#include "msp.h"
void maryuwa(complex x[],complex a[],complex r[],int n,int ip,
float *ep,int *ierror)
{
/*-----------------------------
www.eeworm.com/read/255595/12069759
m alamouti.m
% Simulation of STC codec
% employing the Alamouti scheme
% with N = 2 transmit antennas
% and M = 1 receive antenna.
% Modulation format: QPSK
% Symbol Frame length: "NS" complex samples
% St