Statistics
5 Questions
0 Answers
RANK
157,799
of 300,771
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 21,084
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 170,969
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Can someone explain to me how matlab solves this lccde
b = [1 -0.6 1]; a = [1 0 0]; y = filter(b,a,X);
10 years ago | 1 answer | 0
1
answerQuestion
can someone please explain to me how this works. I think it is a LCCDE filter.
n = 1; m = 1:900; C = wavread('ecg1.wav'); X = wavread('ecg2.wav'); for B = .4 : .1 : 1; b = [1 -B 1]; a = [...
10 years ago | 0 answers | 0
0
answersQuestion
how do you detemine the gain factor using matlab. In this code they multipled a gain factor by y(n) the signal
subplot(3,1,3); plot(m,y); title('Filtered Signal'); xlabel('n'); ylabel('x'); n = n +1; end figu...
10 years ago | 1 answer | 0
1
answerQuestion
error using zeros in matlab
er = zeros(1, .125*N); % eigth rest qr = zeros(1, .25*N); % quarter rest hr = zeros(1, .5*N); % half rest tr = zeros(...
10 years ago | 1 answer | 0
1
answerQuestion
error using zeros in matlab
er = zeros(1, .125*N); % eigth rest qr = zeros(1, .25*N); % quarter rest hr = zeros(1, .5*N); % half rest tr = zeros(1, .75*N...
10 years ago | 1 answer | 0