Raman responses

Calculates different Raman responses \(R(T)\), based on the chosen Raman model, the response is calculated. There are three available Raman reponse models for silica optical fibers: based on K. J. Blow and D. Wood model [BW89], based on Dawn Hollenbeck and Cyrus D. Cantrell model [HC02], and based on Q. Lin and Govind P. Agrawal model [LA06].

The below figure illustrates a various Raman response functions in time domain.

example_input_raman
gnlse.raman_blowwood(T)

Raman scattering function for silica optical fibers, based on K. J. Blow and D. Wood model.

Parameters
Tfloat

Time vector.

Returns
frfloat

Share of Raman response.

RTndarray

Vector representing Raman response.

gnlse.raman_holltrell(T)

Raman scattering function for silica optical fibers, based on Dawn Hollenbeck and Cyrus D. Cantrell model.

Parameters
Tfloat

Time vector.

Returns
frfloat

Share of Raman response.

RTndarray

Vector representing Raman response.

gnlse.raman_linagrawal(T)

Raman scattering function for silica optical fibers, based on Q. Lin and Govind P. Agrawal model.

Parameters
Tfloat

Time vector.

Returns
frfloat

Share of Raman response.

RTndarray

Vector representing Raman response.