代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/244154/12881156
c cio.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/330414/12895651
c r_fft.c
/*
*****************************************************************************
*
* GSM AMR-NB speech codec R98 Version 7.6.0 December 12, 2001
* R99 Versi
www.eeworm.com/read/139799/13130441
vhd example16-7.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter_complex IS
PORT (
clk: IN std_logic;
reseta: IN std_logic;
res
www.eeworm.com/read/139506/13151941
bas mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim cpxZ As Complex
Dim dblM As Double
Dim i As Integer, n As Integer
Dim sComplex As String, sMsg As String
Dim cpxZR() As Comple
www.eeworm.com/read/326070/13167907
c test_cfft.c
/* test_cfft.c
*
* Example of the FFT routine from the Blackfin DSP library
*
* Results in the output buffer "out"
*
* See the documentation for more info on the DSP routines
*
*/
#
www.eeworm.com/read/324350/13269755
cpp pgm0a_05.cpp
//
// This file contains the C++ code from Program A.5 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/324350/13270501
cpp pgm0a_06.cpp
//
// This file contains the C++ code from Program A.6 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/324350/13270667
cpp pgm0a_04.cpp
//
// This file contains the C++ code from Program A.4 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/324350/13270740
cpp pgm0a_03.cpp
//
// This file contains the C++ code from Program A.3 of
// "Data Structures and Algorithms
// with Object-Oriented Design Patterns in C++"
// by Bruno R. Preiss.
//
// Copyright (c) 1998
www.eeworm.com/read/239554/13272145
h phase_genie.h
//
// File = phase_genie.h
//
#ifndef _PHASE_GENIE_H_
#define _PHASE_GENIE_H_
#include "signal_T.h"
#include "psmodel.h"
class PhaseRecoveryGenie : public PracSimModel
{
public:
Pha