Passion and Patience

Work Hard, Play Hard

导航

2023年2月24日 #

用MATLAB生成PN序列(m序列)

摘要: mseq.m函数 8进制转2进制 输入反馈系数 如7阶m序列的反馈系数$(203)_8$转换为二进制,为$(10000011)_2$,此时在命令行中输入: m = mseq([1 0 0 0 0 0 1 1]); mseq([1 0 0 0 0 0 1 1]);中的输入1 0 0 0 0 0 1 1 阅读全文

posted @ 2023-02-24 20:55 安静的聆 阅读(1812) 评论(0) 推荐(0) 编辑

Triangle inequality in $L_p$ Space

摘要: Loose proof Using the $convexity^1$ and absolutely scalability of norm function to prove it. $|\alpha x| + |(1-\alpha) y|\ge |\alpha x+(1-\alpha )y|$. 阅读全文

posted @ 2023-02-24 15:49 安静的聆 阅读(8) 评论(0) 推荐(0) 编辑