Statistik
RANG
23.653
of 295.569
REPUTATION
1
BEITRÄGE
18 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
61.11%
ERHALTENE STIMMEN
1
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Speed up FIR filter
Hi, I have to filter large amount of data with a FIR filter. My code works, but is rather slow. Is there a trick to speed it up...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to define the number of wavelet cycles?
Dear all, the number of wavelet cycles is supposed to influence the wavelet convolution. However, given a center frequency, a b...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Cycles of complex morlet wavelet transform
Dear all, I'm using the complex morlet wavelet transform cmor2-1. Is there a way to determine the numbers of wavelet cycles use...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Analyze a variable number of datas
Dear all, I have a changing number of data to be analyzed. How can I do it the smart way without an if condition (copy and past...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Tradeoff Sampling rate / bandpass filter design
Dear all, I'm usually sampling my data with 20 kHz and want to filter the data with a butterworth filter. My question: if I fil...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Optimze code with repetive variable numbering
I use the ui way to generate my graphical user interfaces (suppose to analyze 1 up to 5 traces, depending on the input). There ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Elegant way to obtain the values of multiple button selection?
My ui has 15 radio buttons and a couple of potentials values that can be selected by the users. The buttons are systematically n...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
filtfilt and filter order
I use a butterworth filter with the filtfilt function. How does the reverse filtering affect the total filter order? If I use a ...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Template search on time series data
Dear all, I want to perform a template search on time series data (recorded data with variable y-values over the time values (x...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
iirnotch filter and q-factor
Dear all, I'm using an iirnotch or iircomb filter to remove 60Hz from my recorded signal. Following matlab help it is easy to i...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Print option does not save the figure correctly
Dear all, I use a simple code line print -depsc -tiff -r300 picture to print the current figure as picture.eps. But...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortRight filter syntax for the [z,p,k] syntax
Thanks for the advice. Could you give me a code snippet for the reverse filterung using filter (unfortunately I can't use the fi...
mehr als 11 Jahre vor | 0
Frage
Right filter syntax for the [z,p,k] syntax
Hi, I used the butterworth filter with the [b,a] syntax: filtord=4; SampleRate=20000; d = fdesign.bandpass('...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Wavelet display problem - marked difference in frequency content between 'contour' and 'imagec'
Dear all, I analyze a test signal containing two sinus waves of 100Hz and 300 Hz with an wavelet transformation (code attachte...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
What is the difference between the complex morlet waveform and the morlet wavelet transformation (cwt)?
Hi, thats my question: What is the difference between the complex morlet waveform and the morlet wavelet transformation (cwt)? ...
mehr als 11 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
Proper wavelet scaling / restricted frequency analysis
Dear all, I sample a signal with 20000 Hz and I'm using e.g. the morlet wavelet to analyze the frequency content of short time...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortPower scaling with spectrogram
Thanks - here is my piece of code with a test noise representing my signal in mV. I'm interested in the frequency range between ...
mehr als 11 Jahre vor | 0
| akzeptiert
Power scaling with spectrogram
Well, not exactly. Of course I have a colorbar displaying the range from 0 to 19*10(-4). But what does this mean (µV²/ Hz or som...
mehr als 11 Jahre vor | 0
Frage
Power scaling with spectrogram
Dear all, I'm processsing a voltage trace (mV) with spectrogram (trace of a couple of minutes, hamming window 1 s, 0.5 s noverl...
mehr als 11 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Does the fft automatically use a dft algorithm?
Hello everybody, Matlab has only the fft command. The fft algorithm is based on a signal of power of 2. If your signal length d...
etwa 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
FFT Spectrum or Welch Spectrum
Hello everybody, I wrote a windowing function with an average of FFt's and calculated the same with the Matlab function pwelch....
etwa 13 Jahre vor | 2 Antworten | 0