discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Some guidance on working through Core concepts of


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Some guidance on working through Core concepts of GNU Radio
Date: Sun, 25 May 2014 21:49:38 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 05/25/2014 09:39 PM, Shane MacPhillamy wrote:

I’ve created the flow graph:



I’m unsure on how to address the problem reported on Complex to Mag^2 as below, could you offer some pointers please?

Connection (
  Block - blocks_complex_to_mag_squared_0 - Complex to Mag^2(blocks_complex_to_mag_squared)
    Source - out(0)
  Block - blocks_file_sink_0 - File Sink(blocks_file_sink)
    Sink - in(0)
):
  Source IO size "4096" does not match sink IO size "8192”.

Thanks.

Cheers, Shane
_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
complex-to-mag**2 produces a *real* float output, and you're configuring your sink (or left it defaulted) to float-complex.  GRC will have turned
  the arrow *red* to emphasize that the output type of one block doesn't match the input type of another, further, under the errors dialog, it
  would have noted the same thing.



-- 
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org

reply via email to

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