photo

Meha Gadkari


Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
179,681
of 300,381

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20,941

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,477

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Review

View badges

Feeds

View by

Question


Can anyone please help me to understand the below mentioned code?
function [pwav]=p_wav(x,a_pwav,d_pwav,t_pwav,li) l=li; a=a_pwav; x=x+t_pwav; b=(2*l)/d_pwav; n=100; p1=1/l; ...

9 years ago | 1 answer | 0

1

answer

Question


Can any1 please explain me what does X= 0.01 : 0.01 : 2; and li=30/72 meant in ECG signal generation using Fourier series work done by R.KARTHIK sir. Iam new in MATLAB.Its very urgent.
x=0.01:0.01:2; default=input('Press 1 if u want default ecg signal else press 2:\n'); if(default==1) li=30/72;...

9 years ago | 1 answer | 0

1

answer