代码搜索:complex

找到约 10,000 项符合「complex」的源代码

代码结果 10,000
www.eeworm.com/read/250810/12383653

h ofdm_bench.h

#ifndef OFDM_SYSTEM_H #define OFDM_SYSTEM_H #include "spwtypes.h" static Complex cVpilot[ 256 ] = { { 3.000000, -3.000000 }, { -3.000000, 3.000000 }, { -3.000000, 3.000000 }, { -3.000000, 3.0
www.eeworm.com/read/337105/12390882

m plot3c.m

%PLOT3C plots a complex signal in 3D % % use: same as plot % % % See also % plotc (another type of visualization of complex signals) % % G. Rilling, last modification 12.2006 % gabriel.rilling@ens-l
www.eeworm.com/read/132241/14103051

h ffuriour.h

// Ffuriour.h: interface for the CFfuriour class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_FFURIOUR_H__BB0A15A0_2D0C_45A4_AEF8_789995FCF641__INCL
www.eeworm.com/read/234478/14111523

cpp sao3c.cpp

// Definitions of class(es) in sao3c.h #include "sao3c.h" // class Time Time::Time(int hour_in, int minute_in, int second_in) { setTime(hour_in, minute_in, second_in); } Time::Tim
www.eeworm.com/read/232704/14185144

m ch2_60.m

%定义一个具有实数和复数的矩阵 A=[5 6.5 2+3i 3.5 6 1+2i]; %定义存储实数和复数的矩阵目前为空矩阵 real_array=[]; complex_array=[]; for i=1:length(A), %判断矩阵元素是否为实数 if isreal(A(i))==1, real_array=[real_array A(i)]
www.eeworm.com/read/130077/14209268

h rprintfconf.h

/*! \file rprintfconf.h \brief printf library configuration. */ //**************************************************************************** // // File Name : 'rprintfconf.h' // Title : printf
www.eeworm.com/read/231622/14225833

m plot3c.m

%PLOT3C plots a complex signal in 3D % % use: same as plot % % % See also % plotc (another type of visualization of complex signals) % % G. Rilling, last modification 12.2006 % gabriel.rilling@ens-l
www.eeworm.com/read/231318/14239104

c fft.c

//FFT.c C callable FFT function in C #define PTS 256 //# of points for FFT typedef struct {float real,imag;} COMPLEX; extern COMPLEX w[PTS]; //twiddle constants stored in w v
www.eeworm.com/read/230090/14306330

c main.c

/******************************************************************************/ // // Name: BF533 EZ-KIT main function DSP作业(求FFT和DMA综合) // /*****************************************************
www.eeworm.com/read/124283/14578918

c real_unpack.c

/* fft/real_unpack.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General