s2let  2.2.0
Fast wavelets on the sphere
s2let_axisym_denoising_demo.h
Go to the documentation of this file.
1 // S2LET package
2 // Copyright (C) 2012
3 // Boris Leistedt & Jason McEwen
4 
5 #ifndef S2LET_AXISYM_DENOISE_DEMO
6 #define S2LET_AXISYM_DENOISE_DEMO
7 #include <ssht/ssht.h>
8 
9 #ifdef __cplusplus
10 extern "C" {
11 #endif
12 
14 
15 void s2let_lm_random_flm_real_sigma(complex double *flm, int L, int seed, double sigmanoise);
16 
18 
19 double needletpower(double *wav_lm, int L);
20 
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 #endif
needletpower
double needletpower(double *wav_lm, int L)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Definition: s2let_axisym_denoising_demo.c:35
s2let_lm_random_flm_real_sigma
void s2let_lm_random_flm_real_sigma(complex double *flm, int L, int seed, double sigmanoise)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Definition: s2let_axisym_denoising_demo.c:16
seed
const int seed
Definition: test_adjoint.c:9