代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/367182/2853159
c nldbl-ctanh.c
#include "nldbl-compat.h"
#include
double _Complex
attribute_hidden
ctanhl (double _Complex x)
{
return ctanh (x);
}
www.eeworm.com/read/367182/2853194
c nldbl-cacos.c
#include "nldbl-compat.h"
#include
double _Complex
attribute_hidden
cacosl (double _Complex x)
{
return cacos (x);
}
www.eeworm.com/read/367182/2853205
c nldbl-ctan.c
#include "nldbl-compat.h"
#include
double _Complex
attribute_hidden
ctanl (double _Complex x)
{
return ctan (x);
}
www.eeworm.com/read/366702/2881331
c pr26717.c
/* { dg-do compile } */
/* { dg-options "-O -ffast-math" } */
_Complex float f (_Complex float a)
{
_Complex float b = a / a;
return b;
}
www.eeworm.com/read/393873/8256405
m cemd_visu.m
%CEMD_VISU visualization of bivariate/complex EMD
%
% inputs : - x : complex analyzed signal
% - t : time instants
% - imf : set of complex IMFs
% - i (optional) :
www.eeworm.com/read/333887/12656182
m cemd_visu.m
%CEMD_VISU visualization of bivariate/complex EMD
%
% inputs : - x : complex analyzed signal
% - t : time instants
% - imf : set of complex IMFs
% - i (optional) :
www.eeworm.com/read/202129/15390382
m cemd_visu.m
%CEMD_VISU visualization of bivariate/complex EMD
%
% inputs : - x : complex analyzed signal
% - t : time instants
% - imf : set of complex IMFs
% - i (optional) :
www.eeworm.com/read/291752/8398434
h dif_nipo.h
//
// File = dif_nipo.h
//
#ifndef _DIF_NIPO_H_
#define _DIF_NIPO_H_
#include "complex.h"
void FftDifNipo( complex* array, int fft_size);
#endif // _DIF_NIPO_H_
www.eeworm.com/read/291752/8398534
h toeplitz.h
//
// File = toeplitz.h
//
#ifndef _TOEPLITZ_H_
#define _TOEPLITZ_H_
//#include "complex.h"
#include "matrix.h"
class ToeplitzMatrix : public Matrix
{
public:
ToeplitzMatrix( );
www.eeworm.com/read/291752/8398547
h dif_pino.h
//
// File = dif_pino.h
//
#ifndef _DIF_PINO_H_
#define _DIF_PINO_H_
#include "complex.h"
void FftDifPino( complex* array, int fft_size);
#endif // _DIF_PINO_H_