-
hgfx1
matlab的回归算法例程,
包括回归算法(regression algorithm matlab routines, including the handover algorithm)
- 2008-12-10 22:25:48下载
- 积分:1
-
项目4
说明: 任务:设计一个4×2.5Gbit/s 长距离光纤传输系统,并利用OptiSystem 仿真验证。
要求:
1.采用波分复用技术,波长设置以100GHz 为间隔,频率分别为193.1THz、193.2THz、193.3THz、193.4THz,每个波长传输速率为2.5Gbit/s(NRZ),传输距离为300km。采用常规光纤,光纤损耗系数为0.25dB/km。
2.单通道光发送机最大输出功率为0dBm,光接收机的接收光功率不低于-26dBm,过载点为-10dBm。
3.可以采用EDFA 作为线路放大器,其中EDFA 的输入功率限制在-18~2dBm,最大输出功率20dBm,增益范围为13~25dB,噪声指数4.0dB。(Task: Design a 4 x 2.5 Gbit/s long-distance optical fiber transmission system, and use OptiSystem simulation to verify.
Requirement:
1. Using wavelength division multiplexing technology, the wavelength is set at 100GHz intervals, with frequencies of 193.1 THz, 193.2 THz, 193.3 THz and 193.4 THz, respectively. The transmission rate of each wavelength is 2.5 Gbit/s (NRZ), and the transmission distance is 300 km. The loss coefficient of conventional optical fibers is 0.25dB/km.
2. The maximum output power of a single-channel optical transmitter is 0 dBm, and the receiving power of an optical receiver is not less than -26 dBm, and the overload point is -10 dBm.
3. EDFA can be used as line amplifier, where the input power of EDFA is limited to - 18-2dBm, the maximum output power is 20dBm, the gain range is 13-25dB, and the noise index is 4.0dB.)
- 2019-05-13 09:39:41下载
- 积分:1
-
Finite_element_tri
有限元法求解电场,精度高,计算速度快,可用于点电荷电场、电磁场等条件下的求解(Finite element method for solving electric field, high precision, fast calculation, can be used to point charge electric field, under the conditions of solving electromagnetic field)
- 2010-06-26 12:40:02下载
- 积分:1
-
xiaobobianhuanbianyuanjiance
一个小波边缘检测的MATLAB程序,一个小波边缘检测的MATLAB程序(One of the MATLAB wavelet edge detection procedure, one of the MATLAB wavelet edge detection procedure)
- 2009-04-07 21:32:21下载
- 积分:1
-
timefrequencyCPP
说明: VC++和matlab编写的时频工具箱,可以将C++源程序转换为matlab格式。本站有个这个源程序,但没有C++部分。这个版本最全。(VC++ and write the time-frequency toolbox matlab, C++ source code can be converted to matlab format. This site has a source, but no C++ parts. This version is the most complete.)
- 2011-03-02 13:46:38下载
- 积分:1
-
car001
一个卡尔曼滤波的Matlab程序,希望大家喜欢
(a Kalman filter Matlab procedures, hope you like)
- 2007-01-24 09:31:01下载
- 积分:1
-
Huber稳健估计
说明: 鲁棒估计中的Huber估计,带有界面,可视化好,C#源码(Huber estimation in robust estimation, C# source code)
- 2020-06-21 16:40:01下载
- 积分:1
-
file
用MATLAB编写实现图像几何校正的程序。采用控制栅格的方法。(Prepared using MATLAB for Image geometry correction procedures. Using the control grid method.)
- 2009-10-27 17:35:54下载
- 积分:1
-
Laba_0
#include "comparer.h"
#include <iostream>
using namespace std
int Comparer::compareByName(Student& s1,Student& s2)
{
return strcmp(s1.m_szName,s2.m_szName)
}
int Comparer::compareBySurname(Student& s1,Student& s2)
{
return strcmp(s1.m_szSurname,s2.m_szSurname)
}
int Comparer::compareByGroup(Student& s1,Student& s2)
{
- 2010-01-21 00:05:09下载
- 积分:1
-
matlab6
说明: 《matlab小波分析》第6章的例题的源代码!(" Matlab wavelet analysis," Chapter 6 example source code!)
- 2009-08-11 11:29:08下载
- 积分:1