代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/371061/9569817
m diff_dec.m
%differentially decodes a PSK diff encoded symbol
%inputs/outputs
%inputs: in_vec (complex PSK symbols), num_sym (size of in_vec)
%output: out_vec (complex PSK of size num_sym)
%The first decoded
www.eeworm.com/read/362900/9977157
cpp meep.cpp
#include "meep-ctl.hpp"
using namespace meep;
/**************************************************************************/
/* The following are hook functions called from main() when
starting th
www.eeworm.com/read/362900/9977181
cpp sources.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/9977183
hpp meep_internals.hpp
/* 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/165898/10047631
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/165870/10048241
h 痴迷人信号采集系统dlg.h
// 痴迷人信号采集系统Dlg.h : header file
//
#if !defined(AFX_DLG_H__C0679D33_E0E1_49ED_A528_892FDDFDA6EB__INCLUDED_)
#define AFX_DLG_H__C0679D33_E0E1_49ED_A528_892FDDFDA6EB__INCLUDED_
#if _MSC_VER > 10
www.eeworm.com/read/360965/10070942
m fft_model.m
% function [y] = fft_model(x,nps,inverse)
%
% Calculates the complex fixed-point FFT/IFFT
www.eeworm.com/read/360522/10089225
c imdct.c
/*
* This source code is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
*
www.eeworm.com/read/357783/10201106
c adapt.c
#include "mex.h"
#include
#include "adapt.h"
static complex zero={0,0};
void
mexFunction(nlhs,plhs,nrhs,prhs)
int nlhs;
mxArray *plhs[];
int nrhs;
const mxArray *prhs[];
{
/* For T-spac
www.eeworm.com/read/357783/10201110
bak adapt.bak
#include "mex.h"
#include
#include "adapt.h"
static complex zero={0,0};
void
mexFunction(nlhs,plhs,nrhs,prhs)
int nlhs;
mxArray *plhs[];
int nrhs;
const mxArray *prhs[];
{
/* For T-spac