代码搜索:complex

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

代码结果 10,000
www.eeworm.com/read/454559/7387348

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 20; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN r
www.eeworm.com/read/454559/7387385

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 200; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/449151/7517522

c generic.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
www.eeworm.com/read/449151/7517621

c planner.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
www.eeworm.com/read/449151/7517637

c rgeneric.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
www.eeworm.com/read/449151/7517642

c rfftwnd.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
www.eeworm.com/read/448526/7532066

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 20; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN r
www.eeworm.com/read/448526/7532105

m make_rp.m

rp.TNRdB = 10; % TNR in dB rp.INRdB = 20; % INR in dB rp.Nsnaps = 200; rp.mu = 1e-8; rp.p = 5; rp.decay = 0; rp.verbose = 0; rp.mean_v = 0; % mean of complex-valued AWGN
www.eeworm.com/read/440725/7682697

c mandelbrot.c

/* 原理: 1. 使用叠代公式: z[0] = zInit; z[k] = z[k-1]*z[k-1] + z[0] 其中z[i]是复数,要使用复数的运算法则。 2. Mandelbort图形集的初始化要求 -2.25
www.eeworm.com/read/399935/7821105

tdf decode.tdf

TITLE "Complex AHDL decoder"; SUBDESIGN decode ( a, b, c, d, clock : INPUT; out1, out2, out1l : OUTPUT; ) VARIABLE out1d : DFF; BEGIN out1d.clk = clock; out1d = out1;