Suha Ismail
Followers: 0 Following: 0
Statistik
9 Fragen
0 Antworten
RANG
32.023
of 295.569
REPUTATION
1
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
22.22%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Make vector conjiguate symmetry
How can I make vector x of conplex values with length n= 931001 conjiguate symmetry using conj (function)!!! N=size (x,1); ...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Black image when blurring image using LPF
I get black resulting image after doing LPF ?? What may be the problem !
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make fft conjugate symmetry without use 'Symmetry' option
The final music is liitle bit strange ? why is that ! [f1,Fs1] = audioread('m.wav'); y1 = fft(f1); [f2,Fs2] = audioread('r.wa...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Hide audio inside other audio using FFT
How can i hide audio inside other using FFT, i dont need the code of doing this, I just need to know how to begin and what to do...
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to shift frequency matrix
How can I shift the low freqency from frequency matrix to the center of the matrix?
mehr als 4 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Function implementation in matlab
I want to implement this function ?[?, ?] = (?^( ?+?)*u[?] using 41*41 array, where u[n] =1 since all the value will be positiv...
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Change color to grey
freqz2(abs(h,[32 32])); give colorful image , iwant to change the color to grey ? how can i do that !
mehr als 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
2D array in for loop problem
N=40 a=0.9 x =zeros(41,41) for k=0:N for col = 0:41 for row = 0:41 x(row,col)=a.^(k+k)*1; end end e...
mehr als 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how to do low pass filter in frequency domain ?
Low pass filter Hello , how can i do low pass filter to an image in matalb : • Do the filtering in the frequency domain.
mehr als 4 Jahre vor | 1 Antwort | 0