photo

SSG_newbiecoder


Last seen: 3년 초과 전 2017년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 3

배지 보기

Feeds

보기 기준

답변 있음
Shifting a signal to the right or left
I'll try to explain with an example. Let X={1 2 3 4 5} be our sequence. s = zeros(size(X)) s={0 0 0 0 0} Right shift If we...

거의 5년 전 | 2

질문


How can I increase the notch attenuation without changing the bandwidth?
I have designed a notch filter of 50Hz cutoff frequency and 8Hz bandwidth and the sampling rate is 1500Hz as shown in the code b...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


cascading two notch filters designed using iirnotch
Hello, I want to develop a 50 Hz notch filter for ECG denoising. While using iirnotch I'm getting around 20 dB attenuation and a...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


Unwanted peaks in the output of a Notch filter
Hello, I recently tried to implement an IIR Notch filer that will help me remove the 50 Hz noise in the ECG signal we acquired i...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to plot the phase response of dft using fft in matlab
Hello, I have a doubt, I was trying to plot the phase response of a sin wave using fft, but I got something that is kind of like...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Creating a GUI for an ECG arrhythmia classifier
Hello, I am working on an arrhythmia classifier using matlab. The work is almost done and now I think it will look more presenta...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


Is there a maximum limit to the number of features given as input to a PNN? And how to find the optimum spread value?
Hello, I am trying to classify ECG arrhythmia conditions using the PNN . Right now I'm considering 5 classes. I have 52 features...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Error in annotation conversion
Hello, I'm trying to convert the annotations file I have to numbers and I have written the code below but for AFIB condition, I'...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to select the first i columns of a matrix?
Hello, I have a nxn matrix X. I need to select the first i columns alone of the matrix within a for loop. How can I do this? I'm...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Can we do matrix operations on a matrix that might contain NaNs in it?
Hello, This is not any doubt in matlab but about matrices. I have a feature matrix of an ECG signal. It can have NaN elements. F...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


writing into excel sheets while keeping the leading zeros
Hello, is there any way to keep the leading zeros in my number while saving to excel sheet as a csv file? I should be getting 00...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can I read a column from a word file?
Hello, I have a word document like this and I want to read only the Type column and save it as a csv file. Is it possible in mat...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


DIVIDING A SIGNAL INTO SHORTER SEGMENTS AND SAVING THEM
Hello, I have a signal of 30 minutes duration. It is a csv file. I want to divide it into non overlapping segments of 10 sec dur...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


NAMING THE FILE TO BE SAVED
Hello, I have a ECG feature extraction algorithm. I want to save the extracted feature matrix as a csv file. I have done it but ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


WHAT IS LABEL IN FEATURE SELECTION
In terms of feature selection what does the word "label" means? I'm trying to implement a feature selection algorithm and in tha...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Is findpeaks same as local maxima?
Hello, I applied findpeaks to my signal and found out the local maximas. I read that it takes the local maxima by checking if t...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to compensate for the delay introduced by an IIR notch filter
Hello, I'm using an IIR notch filter(using iirnotch command) to remove the powerline interference. Will there be a delay due to ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Shifting a signal to the right or left
How can I shift a signal to the left or right? Is there any inbuilt command for it?

6년 초과 전 | 답변 수: 6 | 1

6

답변

질문


compensation of delay after filtering
Hello, I have a doubt. It is not related to matlab but if anyone can help me it will be great. I have a signal x[n]. I'm applyi...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


finding zero crossings in a signal
I need to find out the zero crossing points in a signal. How can I achieve this in matlab? I tried the code below but it is not ...

6년 초과 전 | 답변 수: 2 | 2

2

답변

질문


deleting values from an array
I have an array R3. I need to eliminate those elements of R3 which are present in another, smaller array. Is there an easy meth...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Is swt same as algorithm atrous?
I need to implement algorithm atrous to get time invariant wavelet decomposed signals.Is it the same as applying swt? Can somebo...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


comparing the maximum value of a matrix to the other values
Hello, I have a question. I need to compare the maximum value in an array to the other elements in an array and check if it is g...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


function similar to count
Is there any function similar to count that can be used in an array of 1's,-1's and 0's to count the number of 1's present in a ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


selecting certain elements of an array
hello, I have an array of 200 elements. I'm trying to apply certain conditions to the elements in the array. I have to select 2...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


array manipulation using location
Hello, I have an array X and another array Y which has some of the indices in array X. I need a new array which will have the X ...

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


selecting i element non overlapping subsets of an array of length n
Hello, I have an array of length n. I need to select the first i elements and manipulate it and then take the next non overlapp...

6년 초과 전 | 답변 수: 2 | 0

2

답변

질문


applying a time domain window to a wavelet domain signal
Hello, I have a wavelet domain signal which is decomposed up to 4 levels. I need to apply a window of 120ms on each level. How c...

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


finding the maximum of values after and before a specific value
hello, I have a doubt.Is it possible to find out the maximum values before and after the ith element in an array?

6년 초과 전 | 답변 수: 1 | 0

1

답변

질문


applying a time constraint to a wavelet domain signal
Hello, I have a wavelet domain signal in which I have to introduce a time constraint. I have to check the no. of maximas within...

6년 초과 전 | 답변 수: 0 | 0

0

답변

더 보기