代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/141297/5773529
cc gr_rms_cf.cc
/* -*- c++ -*- */
/*
* Copyright 2005 Free Software Foundation, Inc.
*
* This file is part of GNU Radio
*
* GNU Radio is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/136812/5858369
makefile
#
# @(#)Makefile 1.1 92/07/30 SMI;
#
# libm libF77 directory Makefile
# for libF77 routines in libm for efficiency
# The following are expected to be defined outside this makefile:
# FP= floating-
www.eeworm.com/read/131315/5940579
cc tcomplex.cc
/*
a test file for Complex
*/
#include
#define tassert(ex) {if ((ex)) cerr
www.eeworm.com/read/125688/6024646
c w_cabsf.c
/*
* cabsf() wrapper for hypotf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "math.h"
#include "math_private.h"
struct complex {
float x;
www.eeworm.com/read/125688/6026104
c w_cabsf.c
/*
* cabsf() wrapper for hypotf().
*
* Written by J.T. Conklin,
* Placed into the Public Domain, 1994.
*/
#include "math.h"
#include "math_private.h"
struct complex {
float x;
www.eeworm.com/read/493833/6391370
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/493833/6391406
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-8;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/485342/6559472
h myfourial.h
// MyFourial.h: interface for the CMyFourial class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_MYFOURIAL_H__33550A71_3391_435B_8D7D_9347C3A02E4C__I
www.eeworm.com/read/481436/6641127
m make_rp.m
rp.TNRdB = 10; % TNR in dB
rp.INRdB = 20; % INR in dB
rp.Nsnaps = 200;
rp.mu = 1e-9;
rp.p = 5;
rp.decay = 0;
rp.verbose = 0;
rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/480727/6660949
c zfft.c
/**********************************************************************
ZFFT.C - ZOOM FFT 演示程序
fft FFT 子程序
ifft IFFT 子程序
************************************************************