photo

UMAIR RASOOL


Fast university

Last seen: circa un anno fa Attivo dal 2019

Followers: 0   Following: 0

Messaggio

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

Statistica

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

Visualizza badge

Feeds

Visto da

Domanda


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

circa 3 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 3 anni fa | 1 risposta | 0

1

risposta

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

quasi 4 anni fa | 1

| accettato

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

quasi 4 anni fa | 1

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

quasi 4 anni fa | 0

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

quasi 4 anni fa | 0