diff options
author | Tim O'Shea <tim.oshea753@gmail.com> | 2013-09-19 11:59:47 -0400 |
---|---|---|
committer | Tim O'Shea <tim.oshea753@gmail.com> | 2013-11-07 01:10:46 -0500 |
commit | d9168b34dbc1aeeda7077ede8c9534fabb1e7518 (patch) | |
tree | fa3812f3184aad6a684989e463f4d06dadd1e54c /gr-analog/lib/fastnoise_source_X_impl.h.t | |
parent | 5f724cfd76ad52288db91b535b4366c176717d29 (diff) |
Adding models for sample rate and center frequency drift
Adding hier block "dynamic channel" model which combines these with AWGN and frequency selective fading
Diffstat (limited to 'gr-analog/lib/fastnoise_source_X_impl.h.t')
-rw-r--r-- | gr-analog/lib/fastnoise_source_X_impl.h.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-analog/lib/fastnoise_source_X_impl.h.t b/gr-analog/lib/fastnoise_source_X_impl.h.t index ed342ec176..8ad1e4f8fe 100644 --- a/gr-analog/lib/fastnoise_source_X_impl.h.t +++ b/gr-analog/lib/fastnoise_source_X_impl.h.t @@ -43,6 +43,9 @@ namespace gr { @IMPL_NAME@(noise_type_t type, float ampl, long seed, long samples); ~@IMPL_NAME@(); + @TYPE@ sample(); + @TYPE@ sample_unbiased(); + void set_type(noise_type_t type); void set_amplitude(float ampl); void generate(); |