代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/425826/10317961

h fft_lib.h

/* ================================================================== */ /* */ /* Microsoft Speech coder ANSI-C Source Code
www.eeworm.com/read/424281/10473030

h gsl_poly.h

/* poly/gsl_poly.h * * Copyright (C) 1996, 1997, 1998, 1999, 2000, 2004, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GN
www.eeworm.com/read/466715/7031746

py benchmark_ofdm.py

#!/usr/bin/env python # # Copyright 2006, 2007 Free Software Foundation, Inc. # # This file is part of GNU Radio # # GNU Radio is free software; you can redistribute it and/or modify # it under the
www.eeworm.com/read/466231/7041272

m char_convert.m

function char_out=char_convert(char_in,flag) complex_character; simplified_character; if flag for i=1:length(char_in) [row,col]=find(C==char_in(i)); if length(row) char_out(
www.eeworm.com/read/466253/7041633

m uwb_sv_freq_depend_ct_15_4a.m

function [h]= uwb_sv_freq_depend_ct_15_4a(h,fc,fs,num_channels,kappa) % This function is used to remove the frequency dependency of the % antenna(cm_num= 3,4 ,5,6) or to include the channel frequenc
www.eeworm.com/read/451442/7463735

cpp receiver.cpp

#include "Common.h" void Receive() { int i=0, j=0; complex Preamablebuffer[PREAMBLE_LENGTH] = {0.f, 0.f}, Rxbuffer[PACKET_LENGTH_CHIP*CHIP_SIZE]={0.f,0.f}; complex MatchResult[PACKET_LENGTH
www.eeworm.com/read/451442/7463738

cpp rake.cpp

#include "Common.h" void DeSpread(IN complex *MatchResult, IN float *Barker, IN int k, OUT complex *RxSymbol) { int i,j; memset(RxSymbol, 0, sizeof(complex)*PSDU_LENGTH_SYM); for(i=0;
www.eeworm.com/read/451442/7463749

cpp genchannel.cpp

#include "Common.h" void GenChannel(OUT complex *Channel_ImpRep) { int i=0; float energy = 0.f, pn = 1.f, temp=0.f; FILE *fpt_channel; fpt_channel = fopen("Ideal_Mutichannel.dat", "wb")
www.eeworm.com/read/451442/7463751

cpp matchfilter.cpp

#include "Common.h" void MatchFilter(IN complex *Rxbuffer, IN int length, OUT complex *MatchResult) { int i,j; float ShapePulse[CHIP_SIZE] = {0.f}; Gen_Pulse(ShapePulse); memset(MatchR
www.eeworm.com/read/449151/7517611

c ftwi_2.c

/* * Copyright (c) 1997-1999 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 a