Community Profile

photo

UMAIR RASOOL


Fast university

Last seen: 9 meses hace Con actividad desde 2019

i am a student of Electrical Engineering in national university of computer and emerging sciences

Estadísticas

All
  • Knowledgeable Level 1
  • First Answer
  • Revival Level 1
  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • First Review
  • First Submission

Ver insignias

Content Feed

Ver por

Pregunta


Switch Value not changing in matlab app designer function
Hi i would like to have suggestions about how can i monitor the value of a switch in Matlab app desinger..i have a while loop to...

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Real time data write to excel
hello everyone i have a question that i am geeting data from simulink to app desingner using the listioners call back.my questi...

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

1

respuesta

Respondida
Can someone tell me how to plot the data
to plot analog data. the command used is the plot(t,x) where t is time vector and the x is the signal to be plotted. the leng...

más de 3 años hace | 1

| aceptada

Respondida
Easy way of finding zero crossing of a function
close all clear all clc n=-10:10; a=.9; y=zeros(size(n)); for k=-5:5 temp=find(n-(2*k)==0); %find xaxis where it is z...

más de 3 años hace | 1

Respondida
audio signal in spectrogram
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); windowSize = 256; windowOverlap = []; freqRange = 0:Fs; spe...

más de 3 años hace | 0

Respondida
Manual STFT to obtain spectrogram of an audio signal
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); Y=fft(y,Fs); L= (1:length(Y))*Fs/length(Y); plot(L,abs(Y)) xl...

más de 3 años hace | 0

Enviada


EEG SIGNAL ANALYSIS
Purpose of this project is to detect the patient mind state using the EEG machine data.

más de 4 años hace | 21 descargas |

Thumbnail

Enviada


DTMF Encoder and Decoder
Project implement DTMF in matlab m file.

casi 5 años hace | 6 descargas |

Thumbnail

Enviada


Audio Equalizer
The project implement an audio equalizer in Simulink.it use 5 band pass filter and a low pass filter to filter different frequen...

casi 5 años hace | 1 descarga |

Thumbnail

Enviada


Biot savart Law
Project implement Biote Swart law with matlab code

alrededor de 5 años hace | 10 descargas |

Thumbnail

Enviada


Fourier Series Coefficient
This project Successfully calculate Fourier series Coefficients for different signals

alrededor de 5 años hace | 5 descargas |

Thumbnail

Enviada


Exponentiation series and correlation without using built in
Exponentiation Fourier series and correlation coefficient without using built in functions

alrededor de 5 años hace | 1 descarga |