photo

Meha Gadkari


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

MATLAB Answers

2 Preguntas
0 Respuestas

CLASIFICACIÓN
76.760
of 300.338

REPUTACIÓN
0

CONTRIBUCIONES
2 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review

Ver insignias

Feeds

Ver por

Pregunta


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; ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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;...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta