Feeds
質問
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 %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
12年以上 前 | 0 件の回答 | 0
0
回答質問
can anyone explain this coding to me? i dont understand it at all?
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%% Voice Record %%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%...
12年以上 前 | 1 件の回答 | 0
1
回答回答済み
can 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...
can 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...
12年以上 前 | 0
質問
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=...
12年以上 前 | 1 件の回答 | 0
1
回答質問
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?...
12年以上 前 | 1 件の回答 | 0
1
回答質問
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 ...
14年以上 前 | 1 件の回答 | 0
