UMAIR RASOOL
Fast university
Followers: 0 Following: 0
i am a student of Electrical Engineering in national university of computer and emerging sciences
Statistics
RANK
5,874
of 295,638
REPUTATION
8
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
2
RANK
2,814 of 20,255
REPUTATION
586
AVERAGE RATING
5.00
CONTRIBUTIONS
6 Files
DOWNLOADS
51
ALL TIME DOWNLOADS
5323
RANK
of 154,207
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
Feeds
Question
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...
3 years ago | 0 answers | 0
0
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerCan 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...
4 years ago | 1
| accepted
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...
4 years ago | 1
audio signal in spectrogram
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); windowSize = 256; windowOverlap = []; freqRange = 0:Fs; spe...
4 years ago | 0
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...
4 years ago | 0
Submitted
EEG SIGNAL ANALYSIS
Purpose of this project is to detect the patient mind state using the EEG machine data.
5 years ago | 26 downloads |
Submitted
DTMF Encoder and Decoder
Project implement DTMF in matlab m file.
5 years ago | 1 download |
Submitted
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...
5 years ago | 5 downloads |
Submitted
Biot savart Law
Project implement Biote Swart law with matlab code
6 years ago | 10 downloads |
Submitted
Fourier Series Coefficient
This project Successfully calculate Fourier series Coefficients for different signals
6 years ago | 7 downloads |
Submitted
Exponentiation series and correlation without using built in
Exponentiation Fourier series and correlation coefficient without using built in functions
6 years ago | 1 download |