UMAIR RASOOL
Fast university
Followers: 0 Following: 0
i am a student of Electrical Engineering in national university of computer and emerging sciences
統計
All
ランク
of 153,991
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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年以上 前 | 0 件の回答 | 0
0
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答回答済み
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...
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...
約4年 前 | 1
| 採用済み
回答済み
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...
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年以上 前 | 1
回答済み
audio signal in spectrogram
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); windowSize = 256; windowOverlap = []; freqRange = 0:Fs; spe...
audio signal in spectrogram
close all clear all clc [y,Fs]=audioread('black_hole.mp3'); windowSize = 256; windowOverlap = []; freqRange = 0:Fs; spe...
4年以上 前 | 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...
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年以上 前 | 0
送信済み
EEG SIGNAL ANALYSIS
Purpose of this project is to detect the patient mind state using the EEG machine data.
約5年 前 | ダウンロード 25 件 |
送信済み
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年以上 前 | ダウンロード 3 件 |
送信済み
Fourier Series Coefficient
This project Successfully calculate Fourier series Coefficients for different signals
5年以上 前 | ダウンロード 7 件 |
送信済み
Exponentiation series and correlation without using built in
Exponentiation Fourier series and correlation coefficient without using built in functions
6年弱 前 | ダウンロード 1 件 |