signals - How does GNU Radio File Sink work? -
i want know how file sink in gnu radio works. receive signal , write file, , while it's being written signal receiving not done?
i want make sure if portion of signal lost without being written file because of time taken writing.
any or reading material regarding appreciated.
depending sampling rate of device, writing samples file without discontinuities may impossible.
instead writing disk, can write samples in ramdisk
. ramdisk abstraction of file storage, using ram memory storage medium. great advantage of ramdisk fast read/write data transfers. however, file size limited somehow amount of ram memory host has.
here article create ramdisk under linux. sure find guide windows too.
Comments
Post a Comment