Statistics
9 Questions
0 Answers
RANK
195 380
of 295 467
REPUTATION
0
CONTRIBUTIONS
9 Questions
0 Answers
ANSWER ACCEPTANCE
55.56%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 912
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
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 ...
nästan 10 år ago | 1 answer | 0
1
answerQuestion
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...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 10 år ago | 1 answer | 0
1
answerQuestion
help me to find transfer function for one sensor
% Input assignin('base', 'PClean_f',eval(['PClean_',num2str(ii)])); [SPClean] = fft(PClean_f); % Outpu...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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 ...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
RELATED to average of complex numbers
how to find average of 3 arrays(complex value)?
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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?
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 10 år ago | 0 answers | 0