Statistics
RANK
124,668
of 301,573
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 21,336
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,520
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
how to reverse,scale and shift an acquired signal?
% code clc; clear all; close all; s = xlsread('C:\Users\ADMIN\Desktop\DSO00001.csv'); x = s(:,1); y = s(:,2); x1 = 0;...
8 years ago | 0
| accepted
Question
how to reverse,scale and shift an acquired signal?
i want a concise code to perform simple operations on an acquired signal which is in cvv format.
8 years ago | 2 answers | 0