michael-roe

Results 18 issues of michael-roe

If I use file->Screen Capture in gnuradio-companion (master branch), and the right-most part of the flowgraph is an arrow that leaves the right-hand side of a block and enters the...

Bug
GRC

Signed-off-by: Michael Roe Fixes issues #6086 The CRC had the endianness of the host computer -- typically little endian -- rather than network (big) endian. Modules affected: gr-digital/lib/crc16_async_bb_impl.cc, qa_crc16_async_bb Tests...

### What happened? I put the following PDU into an Async CR16 block: 0x64 0x07 0x42 0x00 and got the following output: 0x64 0x07 0x42 0x00 0xdd 0xf9 But ......

digital

The following well-known artists are missing from artists.csv: Dan DeCarlo,scribbles Gladys Parker,scribbles Jean Cocteau,scribbles Joseph Beuys,scribbles Jules Chéret,scribbles Paula Rego,fineart Raoul Dufy,fineart Sigmar Polke,scribbles Sol LeWitt,scribbles Toriyama Sekien,ukioe Tsukioka Yoshitoshi,ukioe...

Artists.csv has a "score" field, but It doesn't seem to be used anywhere and I can't find any documentation of what the value means. This is probably a documentation issue,...

(Feature request) Add proofs of the following floating point theorems: ``` !x . not float_equal x x float_is_nan x !x . float_unordered x x float_is_nan x !x . (float_equal x...

Feature Request
Theories

(Feature request) It would be nice if the language had an isSubnormal function to test if the number is subnormal. One of the reasons I want this is that I...