- 博客(2)
- 收藏
- 关注
原创 Signal Processing Toolbox 6.14
Signal Processing Toolbox™ provides industry-standard algorithms for analog and digital signal processing (DSP).Key Features▪ Signal and linear system models▪ Waveform and pulse generation functions, including sine, square, sawtooth, and Gaussian pulse▪ St
2011-05-08 12:20:00
3336
原创 matlab算法的执行时间对比【转】
<br /> matlab程序的编写也要注意执行效率,下面以三段程序为例,讲讲如何提高程序的效率<br /> matlab中有tic和toc命令来记录一段程序的cpu使用时间,可以用help tic命令查看相应的说明<br /> 先看第一段程序<br />clear all<br />clc<br />tic <br />for a=0:1:10000<br /> b(a+1)=a^2-a+1;<br />end<br />toc<br /><br /> 执行结果如下:<br /
2011-05-08 12:14:00
1768
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人