1、cat /proc/cpuinfo_查看/proc/cpuinfo文件的内容
可以看到板卡有4个处理器,剩下的信息emmm...... 2、BogoMIPS_反映CPU运算速率
MIPS是millions of instructions per second(百万条指令每秒)的缩写,其代表CPU的运算速率。
BogoMIPS是Linux大致计算…
传递函数的推导和理解
假设有一个线性系统,在一般情况下,它的激励 x ( t ) x(t) x(t)与响应 y ( t ) y(t) y(t)所满足的的关系,可用下列微分方程来表示: a n y ( n ) a n − 1 y ( n − 1 ) a n − 2 y ( n − 2 ) ⋯ a 1 y…