Re: [Discuss-gnuradio] nan error from wavfile sink coupled with delayed input data

2018-05-01 Thread Brad Hein
In an effort to simplify this a bit, I created two flow graphs. One as the server (dial tone frequencies sent to socket PDU) and a client (unpack the socket data and send it to wav file sink). I was able to recreate the issue with these simplified blocks when their TCP/IP path traverses the interne

Re: [Discuss-gnuradio] nan error from wavfile sink coupled with delayed input data

2018-04-30 Thread CEL
Huh, no, barring great undiscovered bugs, the delay involved shouldn't have anything to do with the data, and the error pretty certainly has something to do with invalid input data. Are you sure the data is always the same? Best regards, Marcus On Thu, 2018-04-12 at 11:03 -0400, Brad Hein wrote:

[Discuss-gnuradio] nan error from wavfile sink coupled with delayed input data

2018-04-12 Thread Brad Hein
error: thread[thread-per-block[22]: ]: Error in function boost::math::round(f): Value nan can not be represented in the target integer type. I have a flow graph that's connecting to a remote host on a TCP port using the socket PDU. The flow graph is relatively simple and outputs a derivative of th