这个人很懒,暂无签名信息
利用Matlab的filterbuilder生成IIR滤波器参数如下: >> filterbuilder The variable 'Hlp' has been exported to the workspace. >> Hlp Hlp = FilterStructure: 'Direct-Form II, Second-Order Sections' ...
构建基本的嵌入式Linux根文件系统 构建基本的嵌入式Linux根文件系统 (1)创建根文件系统的基本目录结构。我把这个过程做成了shell脚本(文件名为mkroot) ,很方便! #! /bin/sh echo creatint rootfs dir...... mkdir rootfs cd rootfs echo making dir ...