代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/272513/10955200
h matrix_attr.h
#ifndef MATRIX_ATTR_H
#define MATRIX_ATTR_H
#define NUMTYPE complex
#define SHAPE rectangle
#define STORAGE compressed
#define ORIEN row_major
#define TESTNAME "compressed___row_major_tmp1
www.eeworm.com/read/251931/6956502
m ip_fft128_model.m
% function [y, exp_out] = ip_fft128_model(x,N,INVERSE)
%
% calculates the complex block-floating p
www.eeworm.com/read/255967/7098271
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/255967/7098272
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/255967/7098275
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/459178/7278895
h ap.h
/********************************************************************
AP Library version 1.2.1
Copyright (c) 2003-2007, Sergey Bochkanov (ALGLIB project).
See www.alglib.net or alglib.sources.ru
www.eeworm.com/read/451442/7463741
cpp frequencyoffset.cpp
#include "Common.h"
/**** add frequency-offset on the i th chip/sampling_point ****/
void AddFrequencyOffset(complex *ChannelOut,int i)
{
int k;
double theta;
complex phase;
theta = 2
www.eeworm.com/read/449151/7517545
c rader.c
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a
www.eeworm.com/read/449151/7517635
h fftw-int.h
/*
* Copyright (c) 1997-1999 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a
www.eeworm.com/read/448754/7526220
txt fft.txt
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "dsplib.h"
//-----------------------------------------------------------