代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/291752/8398782
h filter_proto.h
//
// File = filter_proto.h
//
#ifndef _FILTER_PROTO_H_
#define _FILTER_PROTO_H_
#include "realpoly.h"
class AnalogFilterPrototype
{
public:
AnalogFilterPrototype( void );
A
www.eeworm.com/read/291752/8398790
h phase_lock_loop.h
//
// File = phase_lock_loop.h
//
#ifndef _PHASE_LOCK_LOOP_H_
#define _PHASE_LOCK_LOOP_H_
#include "signal_T.h"
class PhaseLockLoop : public PracSimModel
{
public:
PhaseLockLoop( char*
www.eeworm.com/read/291752/8398799
h quadmod.h
//
// File = quadmod.h
//
#ifndef _QUADMOD_H_
#define _QUADMOD_H_
#include "signal_T.h"
#include "psmodel.h"
class QuadratureModulator : public PracSimModel
{
public:
QuadratureModu
www.eeworm.com/read/291752/8398871
h bart_pdgm_util.h
//
// File = bart_pdgm_util;.h
//
#ifndef _BART_PDGM_UTIL_H_
#define _BART_PDGM_UTIL_H_
#include
#include "spec_estim.h"
using namespace std;
template
class Bartle
www.eeworm.com/read/291752/8398975
h dft_t.h
//
// file = dft_T.h
//
#ifndef _DFT_T_H_
#define _DFT_T_H_
#include
#include
#include
void dft( std::complex *x_in,
std::complex *
www.eeworm.com/read/179705/9344281
c test.c
/* vector/test.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/371942/9529768
cpp example1dlg.cpp
// example1Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "example1.h"
#include "example1Dlg.h"
#include "Fourier.h"
#include
using namespace std;
#ifdef _DEBUG
www.eeworm.com/read/166208/10029143
c dfstest.c
/**********************************************************************
DFSTEST.C - 离散傅里叶级数合成连续周期信号
gen_freq 产生信号的频域数据
cal_time 计算信号的时域波形
draw_image 输入数据绘图子程序
**************************
www.eeworm.com/read/164957/10080445
m ruili.m
close all;
clc;
clear;
%=============================================================================================
% settings
global fs
fs = 5.12e6; % 采样频率 Hz
globa
www.eeworm.com/read/162511/10298851
c arith.c
/* Compiler arithmetic
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
Inc.
Contributed by Andy Vaught
This file is part of GCC.
GCC is free software; you can red