Statistiques
7 Questions
0 Réponses
RANG
168 542
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
28.57%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
band pass filter for video signal
i read 20 frames from a video signal by for loop for k = 1 :20 b = read(vehObj, k); i need to pass it through band pass filt...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
band pass filter design
clc; clear; % n=256;%order % Fs=16*10^6; % fcn1=3*10^6/(Fs/2); % fcn2=4*10^6/(Fs/2); % x=fir1(n, [fcn1 fcn2]); object=mmr...
presque 12 ans il y a | 2 réponses | 0
2
réponsesQuestion
channel coding using convolutional code
clc; clear; N=20; BITS=randint(1,N); constlength=9; traceback=5*constlength; polynomial=[657 435]; trelli...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
radix 2 dis in frequency
for K=0:7 for N=0:3 if mod(K,2)==0 v(N+1)=(x(N+1)+x(N+5))*exp(-1i*N*K*pi/2); elsei...
presque 12 ans il y a | 1 réponse | 0
0
réponseQuestion
radix 2 disspation in frequency
for K=0:7 for N=0:3 if mod(K,2)==0 v(N+1)=(x(N+1)+x(N+5))*exp(-1i*N*K*pi/2); elsei...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
dissipation in frequency fft
x=rand(1,8); for q=0:7 for r=0:7 if mod(r,2)==0 l(2r+1)=(x(r+1)+x(r+5))*exp(-1i*q*r*pi/2); ...
presque 12 ans il y a | 1 réponse | 0
1
réponseQuestion
simple fft code problem
x=rand(1,8); for k=1:8 for m=1:8 l(m)=x(m)*exp(-i*2*pi*k*m/8); end X(k)=sum(l); ...
presque 12 ans il y a | 1 réponse | 0