Statistik
6 Fragen
0 Antworten
RANG
279.766
of 297.016
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
16.67%
ERHALTENE STIMMEN
0
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
How to see a part of my FFT plot in magnified size in other window?
I have drawn a FFT plot for my data and now I want to show a particular part of my plot in zoom. How to do it , Please guide me?...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to do coding for motor fault detection via Negative sequence component??
I want to detect motor fault by using different signal processing techniques. I want the MATLAB codes for negative sequence comp...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
what function should I use in place of dwt for a double function ?
I want to find dwt of a double function? Tell me how?
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to compress a matrix using EZW Algorithm ?
I want to compress a 100-by-100 matrix into 10-by-10 matrix using EZW Algorithm as image is compressed using this algorithm. Ple...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have a mat-file of 1-by-500001 matrix. I want to create a 1000-by-1000 matrix from it. How to do this?
The file has number of elements want to use only first 1000 elements???? Help me... Thanx in advance..
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want FFT plot of a motor data mat-file. It is of 10kHz frequency but I'm not getting the peaks of the plot at 50 Hz frequency. What corrections are needed? And how to write comments for the FFT plots drawn between frequency vs amplitude?
load t10k50sno.mat; >> n = 1000; >> ts =0.0001; >> ws = 2*pi/ts; >> f = fft(t10k50sno.Y(1).Data(1:1000)); >> fc=fftshift(...
mehr als 11 Jahre vor | 1 Antwort | 0