discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] adding channel effects to an input in GNURADIO


From: Martin Braun
Subject: Re: [Discuss-gnuradio] adding channel effects to an input in GNURADIO
Date: Mon, 12 May 2014 10:42:15 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

On 12.05.2014 10:28, Nasi wrote:
Channel models there do not use any filtering.
Isnt it like this?
I did not see any filtering in source files of channels.

Filter == convolution == multipath channels.
See channel_model_impl.cc.

Cheers,
M



Sent from Mail.Ru app for iOS <http://r.mail.ru/r/5883>

Montag, 12. Mai 2014 09:53 +0200 from Martin Braun <address@hidden>:
On 11.05.2014 23:41, Nasi wrote:
 > (Ubuntu 13.04, GNURADIO 3.7)
 >
 > I have a question regarding the channel models. As far I know the
 > channel function must be convolved (convolution) with the input to get
 > the output like this:
 >
 > out = conv(in,channel)
 >
 > In GNURADIO I can not find this convolution or any filter to do that. I
 > am looking inside this folder: gnuradio/gr-channels/lib.
 > How is this process done in GNURADIO?

Nasi,
2014-05-09 12.46.10.jpg
there's all kinds of filtes and channel models in GNU Radio. In GRC, you
can search for them; in the source tree, they'd be under gr-filter and
gr-channels, respectively. Also check the corresponding manual pages.

M

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]