Statistics
2 Questions
0 Answers
RANK
173,228
of 301,454
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,287
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,632
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0