readme

来自「软件无线电的平台」· 代码 · 共 56 行

TXT
56
字号
image=====Allows to send a fixed image over a channel. It is used as a demonstrationto compare different transmission schemes.image_rcv---------receives an image from image_send and puts it into stats->picture so that itcan be shown by 'visualize'Inputs:	U8Config:	size<int>: 0		The size of the picture.Stats:	picture<image_t>:		The received picture	size<int>:		The size of the pictureimage_send----------Sends a pre-computed image. The image must be included and availableas a Gimp-C-image. The program expects to find gimp_* to work with. When first connecting, it takes the size of the image to be sqrt(size_output), but after this, one can set config->size to adifferent value.outputs:	U8Config:	size<int>: 0		Change the size of the sent imageStats:	pic<image_t>:		The picture itself	size<int>:		The size of the sent image

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?