Feeds
提问
to find zero crossing rate for a signal
hello, i have following data and i want to find *ZERO CROSSING RATE* for the following: A=[34.157226 -35.159323 35.459952 ...
10 years 前 | 1 个回答 | 0
1
个回答提问
facing problem regarding fft and ifft use
assignin('base', 'PClean',eval(['PClean_',num2str(ii)])); PClean=PClean(1:110000,1); PClean(1,1)=0;%as 1 element is form 0...
10 years 前 | 0 个回答 | 0
0
个回答提问
how to dynamically assign data to a variable
for ii=1:20 assignin('base', ['PClean_',num2str(ii)],ActualReading(1:end,17)); PClean=['PClean_%d',ii]; I wish to assi...
10 years 前 | 1 个回答 | 0
1
个回答提问
help me to find transfer function for one sensor
% Input assignin('base', 'PClean_f',eval(['PClean_',num2str(ii)])); [SPClean] = fft(PClean_f); % Outpu...
10 years 前 | 0 个回答 | 0
0
个回答提问
about transfer function regarding use of tf
i have input signal (199400*1) and output signal(199400*1) can i directly use Transfer function=tf(transpose(input signa...
10 years 前 | 0 个回答 | 0
0
个回答提问
Check the code mistake?
i want to find average of arrays named H_1 ,.....H_n. code should be dynamic such that for *example* n= 82 then program should ...
10 years 前 | 1 个回答 | 0
1
个回答提问
RELATED to average of complex numbers
how to find average of 3 arrays(complex value)?
10 years 前 | 1 个回答 | 0
1
个回答提问
finding average between TFunct1,TFunct2,TFunct3
TFunct (1:17000,1)=mean(TFunct1(1:17000,1),TFunct2(1:17000,1),TFunct3(1:17000,1)); how to find it and store in TFunct?
10 years 前 | 1 个回答 | 0
1
个回答提问
Want to find Transfer function in frequency domain and convert Transfer funct.(T.F) to time domain so that following condition satisfy: X=Y*T.F(time domain).
Matlab Code: % *objective:To get Transfer function in time domain and check that Input signal =convolution (output Signal,Trans...
10 years 前 | 0 个回答 | 0