UMAIR RASOOL
Fast university
Followers: 0 Following: 0
i am a student of Electrical Engineering in national university of computer and emerging sciences
Statistik
RANG
5.882
of 295.527
REPUTATION
8
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
2
RANG
2.816 of 20.242
REPUTATION
585
DURCHSCHNITTLICHE BEWERTUNG
5.00
BEITRÄGE
6 Dateien
DOWNLOADS
47
ALL TIME DOWNLOADS
5313
RANG
of 154.057
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortCan 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...
etwa 4 Jahre vor | 1
| akzeptiert
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...
mehr als 4 Jahre vor | 1
audio signal in spectrogram
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); windowSize = 256; windowOverlap = []; freqRange = 0:Fs; spe...
mehr als 4 Jahre vor | 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...
mehr als 4 Jahre vor | 0
Gesendet
EEG SIGNAL ANALYSIS
Purpose of this project is to detect the patient mind state using the EEG machine data.
etwa 5 Jahre vor | 25 Downloads |
Gesendet
DTMF Encoder and Decoder
Project implement DTMF in matlab m file.
mehr als 5 Jahre vor | 2 Downloads |
Gesendet
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...
mehr als 5 Jahre vor | 3 Downloads |
Gesendet
Biot savart Law
Project implement Biote Swart law with matlab code
mehr als 5 Jahre vor | 8 Downloads |
Gesendet
Fourier Series Coefficient
This project Successfully calculate Fourier series Coefficients for different signals
mehr als 5 Jahre vor | 7 Downloads |
Gesendet
Exponentiation series and correlation without using built in
Exponentiation Fourier series and correlation coefficient without using built in functions
fast 6 Jahre vor | 1 Download |