提问


Problem in coding of STFT manually please correct me
Hello guys ,I have a small problem in coding of short time fourier transform actually what i wanted to do is to calculate the...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
impelmentation of windowing a signal with very high overlap percentage
please suggest me if u have a complete different idea also....

12 years 前 | 0

| 已接受

提问


impelmentation of windowing a signal with very high overlap percentage
I am trying to manually implement stft,but i wanted to implement in such a way that the overlap of window is so large i mean to ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to implement delay to a real signal and calculate its conj complex ,i have an algorithm but it is very slow
for m = 1:N s = zeros(1,N2m1); s(N-(m-1):N2m1-(m-1)) = F; %try applying window here s = conj(fliplr(s)).*s; ...

12 years 前 | 1 个回答 | 0

1

个回答

提问


how to find the bandwidth of a signal
i have a audio signal ,I want to know the bandwidth because its specgram has artefacts i think it may be due to the sample rate....

12 years 前 | 2 个回答 | 0

2

个回答

提问


how to create a anlaytic signal from real signal
i have an audio signal i need to convert it in to analytic signal to use it with WVD

12 years 前 | 1 个回答 | 0

1

个回答

提问


implementation of time frequency analysis using wigner - ville distributions
can any help me in getting the algorithm or code to implement wigner-ville distributions to analyse the time and frequency con...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Overlap of segments while manually implementing STFT
actually i have a large audio signal and i need to implement stft manually , i am succesful with my attempt but i have a problem...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
Manual Implementation of STFT of an audio signal.
hello friends i too have the same question, i have an audio file and i want to implement stft manually but i have a problem with...

12 years 前 | 0