Skip to content

Michele231/Spe_py_convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spectrum Convolution

This function is created to simplify the convolution of a spectrum to reduce its resolution.

Download and Use

To use this function it is sufficient to download the file and call it as an external function. The input values are:

  • x: x array.

  • y: y array.

  • Final_res: Final resolution (multiple of the original resolution).

  • Inital_x: Start x (multiple of the final resolution).

  • Final_x: Final x (multiple of the final resolution).

  • f_type: Function used (sinc, gauss, square).

It returns the low resolution x and y arrays

Functions implemented

alt text

Example

alt text

About

Convolution for spectra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages