Statistik
RANG
19.137
of 297.016
REPUTATION
2
BEITRÄGE
26 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
34.62%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Improving the peak detection
Hello, I am using the peakfinder from <http://www.mathworks.se/matlabcentral/fileexchange/25500-peakfinder peakfinder> from f...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Discarding a value from a set of values
Hello, I am trying to get time difference between the consecutive peaks found in a every 1 second in a signal.But sometimes s...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
To know the type(IIR or FIR) of Bandpass filter available on file exhchnage
Hello, Can someone help me in knowing the type of filter available <http://www.mathworks.com/matlabcentral/fileexchange/38584...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Difference in the output of butterworth and chebyshev fitlers
Hello, I have used two filters for the atatched signal data 1)butterworth from <http://www.mathworks.com/matlabcentral/fileex...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error with freqz plot
Hello, I am trying to see the frequency plot of the filter but it is showing error as _The Numerator and denominator of the...
mehr als 10 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Need help in understanding the bandstop filter output
Hello, I want to fitler the frequency components coefficients of particualr range in a signal for which I have used the bands...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
setting coefficients of particular frequency components to zero
Hello, How to set the set the coefficients of particular frequency components to zero of a signal(for example coeffcients of ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to install DSP toolbox on existing MATLABversion7(R2008b)
Hello, I currently using MATLAB7(R2008b) which is having signal processign toolbox but not the DSP toolbox. Can someone expl...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Error when trying to use dsp.LMfilter
Hello, I searched in this forum for adptive filtering which resulted in many related threads but thought to start with exampl...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Root mean square calculations
Hello, I want to calculate the sqaure root of the mean sqaured differences of succesisve numbers. Can anyone explain of how ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need an example for calculating power spectrum density
Hello, I want to plot a Power Spectrum Density(having units s^2/Hz)plot against frequency(Hz) as shown in this link <http://w...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFilter response if only first half of filter coefficients are used
Hello, can someone give some explanation about the above(of how the filter response looks like).
fast 11 Jahre vor | 0
Frage
Filter response if only first half of filter coefficients are used
Hello, Can someone explain how the filter response will be if only the first half of the generated filter coefficients are us...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Designing bandpass filter and to save the filter coefficients
Hi, Can somoene please suggest a good way of designing a bandpass filter of order 11(to get 12 fitler coefficeints) with samp...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenHow to view the filter coefficients from thebandpass fitler desinged
Hi, Can you please suggest a good way of designing a bandpass filter of order 11(to get 12 fitler coefficeints) with sampling...
etwa 11 Jahre vor | 0
Frage
what can be understood from the magnitude response plot of a fitler
Hello, I am not familiar with the filters so want to know of what can be understood or analysed from the maginitude response ...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Finding the transfer function of a filter
Hello, Can I know how to find or calculate the transfer function of this lowpass filter Hd = fdesign.lowpass('N,Fc',20,...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to view the filter coefficients from thebandpass fitler desinged
Hello, I designed a bandpass filter as below d = fdesign.bandpass('N,F3dB1,F3dB2',40,500,1500,6000); Hd = design(d,'b...
etwa 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Manual implementation of filter function without using inbuilt filter function
Hello, I read that the FIR filter is basically a convolution of impulse response of system with input signal. Or simply it...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to set a title with uicontrol
Hi, I am using uicontrol to create a box and to display some value say 5 in the box box = uicontrol('Style', 'text','Unit...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get filter coefficients after designing filter in FDA tool
Hello, I have designed a bandpass filter as suggested <http://www.mathworks.se/matlabcentral/answers/108691-bandpass-filter-wit...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Need some improvement in the plotting values
Hello, I made this for i=1:500:4500 if (i<3900) k1=a(i:i+499,1); fignum = figure('Units'...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Bandpass filter with FDA tool
Hello, Can I know how to design a bandpass filter with range of 0.5 to 3Hz and needed gain is 80 (if possible 100) which will...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
suggestions for highpass filter design in Matlab
Hello, I want to implement a digital highpass filter in Matlab which should do the same job as simple analog filter(a RC filt...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Manual median filter design
Hello, I want to implement a simple median filter of window size '5' manually.I found a thread here <http://www.mathworks.c...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Designing a lowpass filter in matlab
Hello, I want to implement the analog LP filter having a cutoff frequency of 2.4Hz and gain of 101 as shown <http://img42.ima...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
reading with serial port in matlab
Hello, I want to start the serial comport communication so as to read the continuous incoming data from serial comport which wi...
etwa 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
simple matlab GUI to display the plot and a count value
Hello, I am working with reading the values form serial comport and I want to display the plot generated from the values fro ...
etwa 11 Jahre vor | 1 Antwort | 0