Searched refs:ER (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.cc62 // Maximum IL + ER
92 // Iterate over IL and ER to find optimal set of IL and ER
95 for (double ER = step; ER <= (IL_ER_max - IL); ER += step)
97 // Ask the modulator to try this new ER and IL
98 bool success = data_path.modulator->setModulatorSpec(IL, ER);
110 best_ER = ER;
116 // Set IL and ER t
[all...]
/gem5/ext/dsent/model/optical/
H A DRingDetector.cc321 double ER = pow(10, ER_dB_ / 10); local
328 // Scale photodetector shot noise using ER, add rest of noise source
329 double b = m_quad_b1_ * (1 + ER) / (2 * (ER - 1)) + m_quad_b2_;
H A DRingModulator.cc262 double ER = pow(10, ER_dB_ / 10); // Extinction ratio local
264 double T0 = T1 / ER; // Transmisivity off
293 if (ER >= 1 / Tn) return false;

Completed in 9 milliseconds