代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/179124/9371996
cpp mycomplex.cpp
// MyComplex.cpp: implementation of the CMyComplex class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyComplex.h"
#ifdef _DEBUG
#
www.eeworm.com/read/177454/9451905
m 过载多项式_svm.m
close all;
clear all;
N=9;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177454/9451906
m 过载svm.m
close all;
clear all;
N=9;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177454/9451907
m 过载lms.m
close all;
clear all;
N=9;
M=8;
j=sqrt(-1);
len=100;
% rp.TNRdB=10;
% rp.INRdB=10;
% rp.mean_v = 0; % mean of complex-valued AWGN
% rp.var_v = 1; % variance of complex-valued AWGN
theta=[
www.eeworm.com/read/177025/9474197
c preamble.c
/*****************************************************************************/
/* FIle Name : preamble.c */
/* Description : WLAN Preamble of PPDU
www.eeworm.com/read/176119/9515665
f90 twofft.f90
SUBROUTINE twofft(data1,data2,fft1,fft2,n)
INTEGER n
REAL data1(n),data2(n)
COMPLEX fft1(n),fft2(n)
!USES four1
INTEGER j,n2
COMPLEX h1,h2,c1,c2
c1=cmplx(0.5,0.0)
c2=cmplx(0.0,-0.5)
do j=1,n
www.eeworm.com/read/371061/9569811
m channel.m
%adds the AWGN and the channel fades and gives the channel output
%inputs:in_vec (complex symbol vector), alpha (complex fades)
% snr_db, length (length of the vectors)
%output: out_vec -- compl
www.eeworm.com/read/364978/9885065
cpp rootmontecarlocomplex.cpp
//RootMonteCarloComplex.cpp
//MonteCarlo法求解非线性方程一复根
#define FM //注解此行,将调用FunctionModule2()
#ifdef FM
#define FunctionModule FunctionModule1
#else
#define FunctionModule FunctionModule2
www.eeworm.com/read/362900/9977179
cpp initialize.cpp
/* Copyright (C) 2005-2008 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Public License as pu
www.eeworm.com/read/362900/9977236
hpp mympi.hpp
// -*- C++ -*-
/* Copyright (C) 2005-2008 Massachusetts Institute of Technology
%
% This program is free software; you can redistribute it and/or modify
% it under the terms of the GNU General Publi