Program to simulate Rayleigh fading using a p-th order autoregressive model AR(p) according to
% Baddour s work: "Autoregressive modeling for fading channel simulation"
1、 了解系統調用pipe()的功能和實際原理
2、 編寫一段程序,使用管道實現父子進程之間的通信
a) 使用系統調用fork()創建一個子進程
b) 子進程調用函數write()向父進程發送自己的進程ID和字符串” s sending a message to parent.\n”。
c) 父進程調用函數read()通過管道讀出子進程發來的消息,將消息輸出屏幕,然后終止