Statistics
RANK
151,645
of 295,689
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
20.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
can anyone explain this coding to me? i dont understand it at all? why the need for the function vec and Daubechies filter?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% Voice Record %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
11 years ago | 0 answers | 0
0
answersQuestion
can anyone explain this coding to me? i dont understand it at all?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% Voice Record %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
11 years ago | 1 answer | 0
1
answercan anyone explain this coding to me? i dont understand it at all?
what does this function do? function vec = normalize(vec) temp_vec = vec-mean(vec); sum_temp_vec = sum(temp_vec.*temp_vec...
11 years ago | 0
Question
can anyone explain this coding to me? i dont understand it at all?
function test_project clc; close all; clear all; data1=[0 0 0 0];data2=[0 0 0 0];data3=[0 0 0 0];data4=[0 0 0 0];data=...
11 years ago | 1 answer | 0
1
answerQuestion
MATLAB ERROR for programming
Dear all, There seems to be an error for this coding, and i am unable to find the error, can someone please help me on this?...
11 years ago | 1 answer | 0
1
answerQuestion
Plotting ECG signals
hi, can anyone teach me how to plot an ECG signals in time domain and transforming it into frequency domain in MATLAB? this ECG ...
13 years ago | 1 answer | 0