Community Profile

photo

Amit


Active since 2014

Followers: 0   Following: 0

Message

Professional Interests: Civil Engg.

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


help me to find transfer function for one sensor
% Input assignin('base', 'PClean_f',eval(['PClean_',num2str(ii)])); [SPClean] = fft(PClean_f); % Outpu...

9 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 0 answers | 0

0

answers