Community Profile

photo

Amit


2014 年からアクティブ

Professional Interests: Civil Engg.

統計

  • Thankful Level 3

バッジを表示

Content Feed

表示方法

質問


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 ...

約9年 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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...

9年以上 前 | 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 ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


RELATED to average of complex numbers
how to find average of 3 arrays(complex value)?

9年以上 前 | 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?

9年以上 前 | 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...

9年以上 前 | 0 件の回答 | 0

0

回答