代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/161513/5551608
h style.h
/* **********************************************************************
*
*
*
* BBN Technologies, a Verizon Company
* 10 Moulton Street
* Cambridge, MA 02138
* (617) 873-800
www.eeworm.com/read/158865/5592790
c c_sqrt.c
#include "f2c.h"
#ifdef KR_headers
extern double sqrt(), f__cabs();
VOID c_sqrt(r, z) complex *r, *z;
#else
#undef abs
#include "math.h"
extern double f__cabs(double, double);
void c_sqrt(complex *
www.eeworm.com/read/475737/6776800
h ffft.h
#ifndef __FFFT_H__
#define __FFFT_H__
#ifndef FFT_N
#define FFT_N 256 /* Number of samples (64,128,256,512). Don't forget to clean! */
//#define INPUT_NOUSE
//#define INPUT_IQ
#ifndef FFF
www.eeworm.com/read/475201/6793909
m alamouti.m
% Simulation of STC codec
% employing the Alamouti scheme
% with N = 2 transmit antennas
% and M = 1 receive antenna.
% Modulation format: QPSK
% Symbol Frame length: "NS" complex samples
% St
www.eeworm.com/read/473466/6843309
cpp fretrans.cpp
#include "stdafx.h"
#include "GlobalApi.h"
#include "Cdib.h"
#include
#include
#include
using namespace std;
// FOURBYTES就是用来计算离4最近的整倍数
#define FOURBYTES(bits
www.eeworm.com/read/471573/6885353
cpp fretrans.cpp
#include "stdafx.h"
#include "GlobalApi.h"
#include "Cdib.h"
#include
#include
#include
using namespace std;
// FOURBYTES就是用来计算离4最近的整倍数
#define FOURBYTES(bits
www.eeworm.com/read/194440/8193260
m iscomplex.m
function flag=iscomplex(matrix)
% ISCOMPLEX: logical test for presence of complex numbers
%
% flag=iscomplex(matrix)
%
% returns 1 if any elements of the input matrix are complex.
% returns 0 o
www.eeworm.com/read/294203/8246569
m test_svdj.m
function test_svdj
% Test code for the svdj function.
% This function works on real, complex and quaternion matrices,
% so we need to test it on more than just quaternions.
% Copyright
www.eeworm.com/read/294203/8246949
m dft_axis.m
function A = dft_axis(RC)
% Private function to supply a default quaternion Fourier transform axis,
% real or complex depending on the (logical) parameter value. 1 indicates
% real, 0 complex.
% Copy