代码搜索:complex
找到约 10,000 项符合「complex」的源代码
代码结果 10,000
www.eeworm.com/read/432932/8562519
asv eigenvalue_complex2real.asv
% eigenvalue_complex2real.m
% 复数特征值和特征向量的转化
disp('从复数特征值和特征向量向实特征值和特征向量转化:')
X=[ 1 2 3
0 4 5
0 -5 4];
[V,D] = eig(X)
[VR,DR] = cdf2rdf(V,D)
disp('从实数特征值和特征向量向复数特
www.eeworm.com/read/432932/8562537
m eigenvalue_complex2real.m
% eigenvalue_complex2real.m
% 复数特征值和特征向量的转化
disp('从复数特征值和特征向量向实特征值和特征向量转化:')
X=[ 1 2 3
0 4 5
0 -5 4];
[V,D] = eig(X)
[VR,DR] = cdf2rdf(V,D)
disp('从实数特征值和特征向量向复数特
www.eeworm.com/read/426972/8988856
vhd gh_complex_ssb_mult.vhd
-----------------------------------------------------------------------------
-- Filename: gh_complex_ssb_mult.vhd
--
-- Description:
-- general purpose complex single side band multiplier
--
www.eeworm.com/read/426972/8988876
vhd gh_complex_scaling_mult.vhd
-----------------------------------------------------------------------------
-- Filename: gh_complex_scaling_mult.vhd
--
-- Description:
-- Will Scale a complex number with a scale factor
--
www.eeworm.com/read/179705/9341924
h gsl_block_complex_float.h
/* block/gsl_block_complex_float.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under
www.eeworm.com/read/179705/9341925
h gsl_block_complex_double.h
/* block/gsl_block_complex_double.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/179705/9341977
h gsl_dft_complex_float.h
/* fft/gsl_dft_complex_float.h
*
* 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 GN
www.eeworm.com/read/179705/9342006
h gsl_fft_complex_float.h
/* fft/gsl_fft_complex_float.h
*
* 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 GN
www.eeworm.com/read/179705/9342184
eps fft-complex-radix2.eps
%!PS-Adobe-2.0 EPSF-2.0
%%Creator: gnuplot
%%DocumentFonts: Helvetica
%%BoundingBox: 50 50 410 302
%%EndComments
/gnudict 40 dict def
gnudict begin
/Color false def
/Solid false def
/gnulinewidth 5.00
www.eeworm.com/read/179705/9343406
h gsl_permute_complex_double.h
/* permutation/gsl_permute_complex_double.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the te