代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/314035/13576350
h fastfourier.h
// FastFourier.h: interface for the FastFourier class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FASTFOURIER_H__C242A308_12D5_4EE9_ACE2_C03E3D4F8B
www.eeworm.com/read/312533/13609985
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 20;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
r
www.eeworm.com/read/312211/13615833
cpp zrhqr.cpp
#include
#include "nr.h"
using namespace std;
void NR::zrhqr(Vec_I_DP &a, Vec_O_CPLX_DP &rt)
{
int j,k;
complex x;
int m=a.size()-1;
Mat_DP hess(m,m);
for (k=0;k
www.eeworm.com/read/310212/13654892
m sbtitle.m
function title_str = sbtitle(fig,selected_data,mode,manualstring)
%SBTITLE Title string of main axes for Signal Browser.
% title_str = sbtitle(fig,selected_data,mode,manualstring)
% Inputs:
%
www.eeworm.com/read/307151/13727518
c cemdc2.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/307151/13727521
c cemdc.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/303772/13809498
c cantight_fac.c
#include "config.h"
#include
#include
#include
#include
#include "ltfat_blas.h"
#include "ltfat_lapack.h"
#include "dgt.h"
void cantight_fac(ltfat_complex *gf
www.eeworm.com/read/303772/13809503
h dgt.h
#ifndef DGT_H
#define DGT_H 1
/* #include */
#include "fftw3.h"
#define FFTW_OPTITYPE FFTW_ESTIMATE
/* BEGIN_C_DECLS */
/* FFTW_ESTIMATE is the only one to work, as the other types de
www.eeworm.com/read/303772/13809504
h ltfat_lapack.h
#include "config.h"
#include "cblas.h"
int lfat_zposv(const int N, const int NRHS,
const ltfat_complex *A, const int lda,
ltfat_complex *B, const int ldb);
int ltfat_zgesvd(const int
www.eeworm.com/read/303772/13809510
h ltfat_blas.h
#include "config.h"
#include "cblas.h"
void ltfat_zgemm(const enum CBLAS_TRANSPOSE TransA,
const enum CBLAS_TRANSPOSE TransB,
const int M, const int N, const int K,
const ltfat