On 09/02/2014 08:52 AM, zhangwen wrote:
CMake Warning at CMakeLists.txt:85 (find_package):
By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this
project has
asked CMake to find a package configuration file provided by
"CppUnit", but
CMake did not find one.
Oooops, looks like
On Tue, Sep 2, 2014 at 3:46 AM, Bastian Bloessl
wrote:
> On 09/02/2014 08:52 AM, zhangwen wrote:
>
>> CMake Warning at CMakeLists.txt:85 (find_package):
>>By not providing "FindCppUnit.cmake" in CMAKE_MODULE_PATH this
>> project has
>>asked CMake to find a package configuration file provi
Hi All,
I found "ofdm_frame_equalizer_vcvc_impl.cc" use below code to correct
integral freq shift(IFO) in freq domain, but as I known, the IFO only
cause signal cyclic shifting in freq domain, why this block use gr_expj
to correcting IFO in freq domain? might be blow code should be done in
tim
Tiankan,
this corrects the coarse freq offset propagation due to the CP.
As 'i' increments, this represents later times. So, in a sense, this is
in time direction.
M
On 09/02/2014 04:14 PM, Tiankun Hu wrote:
> Hi All,
> I found "ofdm_frame_equalizer_vcvc_impl.cc" use below code to correct
> inte
The best way to use the .cmake files installed by GNU Radio in an OOT module is
to do the
{{{
find_package(Gnuradio [...])
}}}
as close to first thing as possible. Once that's done, then all of the other
GR .cmake modules (including FindCppUnit.cmake) will become available when
using CMake >= 2
I am trying to develop a satellite ground station using the PSK demodulator
block. This works fine when tuned accurately. However, with low satellites
there is quite a bit of Doppler at VHF / UHF and there is also some
frequency drift with satellite temperature as it enters or comes out of
eclipse.
On Tue, Sep 2, 2014 at 10:09 AM, Mike Willis wrote:
> I am trying to develop a satellite ground station using the PSK
> demodulator block. This works fine when tuned accurately. However, with low
> satellites there is quite a bit of Doppler at VHF / UHF and there is also
> some frequency drift wi
Hi all,
I have the following flowgraph:
[image: Inline image 2]
I want to interrupt the whole flowgraph to back to the main function (C++).
I used to return -1 or WORK_DONE in the work function of the sink block but
it doesn't work. What is the solution?
Thanks in advance,
Mostafa
_
Hi Colin,
Not really, though there is an AX25 style header. Far from ideal 0110 flags.
Mike
From: Colby Boyer [mailto:colby.bo...@gmail.com]
Sent: 03 September 2014 03:11
To: Mike Willis
Cc: GNU Radio Discussion
Subject: Re: [Discuss-gnuradio] PSK demodulator and Doppler
On Tue