institute for nuclear physics & engineering bucharest - romania m. dima collab. w/ yu....

20
Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra Deconvolution

Upload: valentine-ellis

Post on 23-Dec-2015

218 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

M. Dima

collab. w/ Yu. Pepyolyshev – JINR, Dubna

17.09.2012

IBR-2 Neutron Noise Spectra Deconvolution

Page 2: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Neutron NoiseMechanically induced reactivities

• modulation of neutron flux• can signal anomalous regimes

Page 3: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

IBR-2 Reactor

Page 4: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Pulsed regime

Page 5: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Noise Spectrum

Page 6: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Linear Correl’s ?

Negligible …

Page 7: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Non-Linear Correl’s

Page 8: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

2D Non-Linear Correl’s

Consecutive

Page 9: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

2D Non-Linear Correl’s

Simultaneous

Page 10: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Subtracted spectra

VERY powerful !

Page 11: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Physics residual

New peaks

Page 12: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Stat. Info theory

Page 13: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Stat. Info theory

Page 14: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Relevance residual

Page 15: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Akaike Information

saturation

Page 16: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Akaike Information

correlated channels

VERY powerful !

Page 17: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Pseudo-transfer function

Page 18: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

C++ Class NXV4

Functions

spectrum read-in

pre-processing (LIN, LOG)

add, subtr, mult, div (Strassen-Winograd)

polynomial of 2 spectrae collections

Gram-Schmidt stat-info

Rayleigh eigen-val’s and eigen-vec’s

Karhunen–Loève projection

Niemann projection (to be implem.)

Page 19: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

// -----------------------------------------------------------------------

// vector-matrix package for IBR-2 noise spectrae

// code : NXV4 / 07.07.2011

// author : M. Dima

// Inst. for Nuclear Phys. & Engr. Bucharest

// =========================================

#include <iostream>

#include "mtx.hh"

using namespace std ;

namespace nxv4

{

mtx operator^ (const vec& A,

const vec& B )

{return mtx(A,B) ;}

//...........................................................

void mtx::operator* (const mtx& A)

{if (A.N == 0) return ;

// Strassen-Winograd (Douglas-1994)

C++ Class NXV4

Page 20: Institute for Nuclear Physics & Engineering Bucharest - Romania M. Dima collab. w/ Yu. Pepyolyshev – JINR, Dubna 17.09.2012 IBR-2 Neutron Noise Spectra

Institute for Nuclear Physics & Engineering

Bucharest - Romania

Conclusions

aiming to implement Neural Networks

use projection quantities as entries

find correlations pertaining to physics

CNCS-UEFISCDI grant PN-II-ID-PCE-2011-3-0323

NXV4, rich research program:

projection-algorithms

o Niemann, Karhunen-Loeve

THANK YOU !

deconvolution code

o IBR-2 data

data-analysis

o neutron noise, 2D stat.-info theory