代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/492931/6414336
h ap.h
/********************************************************************
AP Library version 1.3
Copyright (c) 2003-2007, Sergey Bochkanov (ALGLIB project).
See www.alglib.net or alglib.sources.ru fo
www.eeworm.com/read/406422/11442575
h filtfunc.h
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// File = filtfunc.h
//
//
#ifndef _FILTFUNC_H_
#define _FILTFUNC_H_
#include
#include "poly.h"
#incl
www.eeworm.com/read/406422/11442626
h laguerre.h
//
// File = laguerre.h
//
#ifndef _LAGUERRE_H_
#define _LAGUERRE_H_
int LaguerreMethod( int order,
double_complex *coef,
double_complex *root_ptr,
www.eeworm.com/read/406421/11442712
cpp buttfunc.cpp
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
//
// File = buttfunc.cpp
//
// Butterworth Filter Response
//
#include
#include "misdefs.h"
#include "buttfunc.h"
www.eeworm.com/read/403162/11521313
h mds_def.h
/*
* $Source: /cvs/dsptools/sc2/Stage/VisualDSP_4.5/Stage/Blackfin/Examples/Tutorial/fir/mds_def.h,v $
* $Revision: 1.1 $
* $Author: nyee $ $Date: 2005/09/20 19:22:07 $
*/
/**********************
www.eeworm.com/read/344551/11873197
c cemdc_fix.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/344551/11873201
c cemdc2_fix.c
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/344551/11873212
h cio.h
/*
* G. Rilling, last modification: 3.2007
* gabriel.rilling@ens-lyon.fr
*
* code based on a student project by T. Boustane and G. Quellec, 11.03.2004
* supervised by P. Chainais (ISIMA - LIMOS - Univ
www.eeworm.com/read/153018/12066910
m comfac.m
function [A,B,C,FIT,IT]=comfac(X,Fac,Options,DoComp,CompIt,Init);
%COMFAC Algorithm for fitting the complex-valued PARAFAC model
%
% See e.g. Rasmus Bro, N. D. Sidiropoulos, and G. B. Giannakis.
www.eeworm.com/read/152609/12099157
m testvsdv.m
clear;
clc;
codes = [1,-1,1,-1];
i = [1,0,0,1,0,1];
q = [0,0,1,0,1,0];
[I_SymbolsTx,Q_SymbolsTx] = QPSKEncoder(i,q)
[Complex_WaveformTx,sprd_code] = OVSFSpread(I_SymbolsTx,Q_SymbolsTx,2,2);
S