This is a question primarily for Marcus D. Leech (aka patchvonbraun):
In your simple_fm_rcv project, you have a "Multiply Const" block that
contains the constant 3.16k whenever stereo is enabled. I presume this
is used to amplify the level of the "L - R" signal to reach the ideal
level of sepa
This is a question primarily for Marcus D. Leech (aka patchvonbraun):
In your simple_fm_rcv project, you have a "Multiply Const" block that
contains the constant 3.16k whenever stereo is enabled. I presume this
is used to amplify the level of the "L - R" signal to reach the ideal
level of sepa
This is a question primarily for Marcus D. Leech (aka patchvonbraun):
In your simple_fm_rcv project, you have a "Multiply Const" block that
contains the constant 3.16k whenever stereo is enabled. I presume this is
used to amplify the level of the "L - R" signal to reach the ideal level of
separati
Hi,
Would a sample with tx_tag time in near future hold off the tx stream
until it is sent?
Thanks.
___
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
If you've been having trouble today getting a successful build out of
build-gnuradio, please update your copy of build-gnuradio and try again.
The "main" branch was updated to 3.7.0 and I didn't know that, so
build-gnuradio was dutifully fetching "main", and then fetching various
OOT modules
On 07/01/2013 02:08 PM, Marcus D. Leech wrote:
My buddy just tried to compile a OOT module against the latest "maint"
of Gnu Radio, and got treated to the above explosion. It looks like
the C compiler is confusing the version of math.h in the Gnu Radio
codebase with the libc version, and the
On 07/01/2013 02:08 PM, Marcus D. Leech wrote:
> My buddy just tried to compile a OOT module against the latest "maint"
> of Gnu Radio, and got treated to the above explosion. It looks like
> the C compiler is confusing the version of math.h in the Gnu Radio
> codebase with the libc version, an
This time, the gr-iqbal module is blowing up for the same reason:
-- Build files have been written to: /home/mleech/gr-iqbal/build
Scanning dependencies of target gnuradio-iqbalance
[ 5%] Building CXX object
lib/CMakeFiles/gnuradio-iqbalance.dir/iqbalance_fix_cc.cc.o
In file included from /usr/
[ 4%] Building CXX object
lib/CMakeFiles/gnuradio-ra_blocks.dir/slicer_impl.cc.o
In file included from /usr/local/include/gnuradio/math.h:30:0,
from /usr/include/c++/4.6/cmath:46,
from /usr/include/c++/4.6/complex:46,
from /usr/local/include/gnu
Hi Frank,
Use the following line as the frequency variable for the 'UHD Source' &
'UHD Sink' blocks in GRC:
uhd.tune_request(center_freq,
rf_freq=(center_freq+lo_offset),rf_freq_policy=uhd.tune_request.POLICY_MANUAL)
Where 'center_freq' and 'lo_freq' are variables which need to be defined.
Usin
OSX 10.8 latest, Xcode latest, GNU Radio next branch latest, using llvm-gcc-4.2
for the compiler. From the build directory, "make test" fails, beyond the Volk
sometimes I mentioned in the prior email, in the following 3 test. I'm happy
to help debug these, if anyone has ideas of where to start
OSX 10.8 latest, Xcode latest, GNU Radio next branch latest, using llvm-gcc-4.2
for the compiler. From the build directory, if I execute "ctest -V -R volk",
it succeeds about 3/4 of the time; it fails about 1/4 of the time with the
attached text (always the same text). Hopefully someone who kn
In gnu radio companion for a UHD block, how do I set the DSP frequency as well
as the RF frequency. I have done this in my C code which doesn't use gnuradio
using the tune_request_t structure. From the comments in the python code, it
appears that there is some way to do it.
I understand that
In gnu radio companion for a UHD block, how do I set the DSP frequency as well
as the RF frequency. I have done this in my C code which doesn't use gnuradio
using the tune_request_t structure. From the comments in the python code, it
appears that there is some way to do it.
I understand that
On Mon, Jul 1, 2013 at 8:24 AM, Nemanja Savic wrote:
> Hi all guys,
>
> i have just wanted to build and install 3.6.5.1 on my system (RHEL6, 64bit).
> I did cmake, and warnings about missing header files came out, for example:
>
>> Looking for intrin.h - not found
>> Performing Test HAVE_WERROR_UN
Hi all guys,
i have just wanted to build and install 3.6.5.1 on my system (RHEL6, 64bit).
I did cmake, and warnings about missing header files came out, for example:
Looking for intrin.h - not found
> Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed
> Performing Test have_maltivec - Faile
Hi!
I would like to report a bug in volk on armv6.
There is infinite "while" cycle in volk/tmpl/volk_cpu.tmpl.c function
"has_neon" (line 111).
Code "while(!found_neon && auxvec_f) {" will loop infinitely if there
is no neon in platform. found_neon will never be true and file
descriptor auxvec_f
17 matches
Mail list logo