Feeds
提问
In the code given below I am getting execution time between 75 to 85 ms in first iteration and in next iterations execution time reduced. After 5 iterations it is only 4 ms to 5 ms. How can I achieve 4 ms execution time in first iteration itself?
clc; clear all; close all; for i=1:1:10 tic fs=100000; t=0:1/fs:0.1; carrier=sin(2*pi*300*t); messSign=sin(2*pi*10*t...
6 years 前 | 0 个回答 | 0
0
个回答提问
Execution Timing Differences?
[MOVED THE Q? to BODY ... DPB] If I run this code 10 time each time I got different execution time. I want it to take same tim...
6 years 前 | 0 个回答 | 0