2022-08-26から1日間の記事一覧

キャパシタ

/kəpǽsəṭɚ | -tə/

Simulink / From Fileブロック / ワークスペースからSimulinkへ何かを読み込む

R2013bのFrom Fileのヘルプによると、読み込み元の.matファイルはarray、timeseriesのどちらの形式でもよいが、array形式の場合その信号は Use array format only for vector, double, noncomplex signals. でなければならない。すなわち、 vectorでなければ…

increment、decrement

increment: Dictionary of Computing, Fourth Edition, Oxford University Press, 1996, p.237 To increase the contents of a register or counter by one. The Unix Dictionary of Commands, Terms, and Acronyms, p.129 To increase a number by a set va…

Make a name as long as necessary

Jasinski_VHDL_Coding_Style_Guidelines.pdf, R74 非公式訳 必要なら名前はいくらでも長くせよ 理由: 意味のある情報を省いてまで名前を短くする、あるいは読みづらくしてまで名前を短くする、このどちらの手段も選ばないでください。ほとんどの場合、名前が…

三角函数の倍角の公式の1つとその変形と

Nspire: tCollect((sin(θ))^(2)) Wolfram: TrigReduce[Sin[\[Theta]]^2]