Coder Social home page Coder Social logo

lubossmolik / autofft Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 3.0 9.93 MB

autofft is a Matlab package which performs the time-frequency analysis without the need of Signal Processing Toolbox™. It mimics options of the Brüel & Kjaer FFT analysers and focuses on fast and accurate estimates of averaged autospectra (also called modified periodograms) and spectrograms.

License: BSD 3-Clause "New" or "Revised" License

MATLAB 100.00%
frequency-analysis time-frequency-analysis fft-analysis

autofft's People

Contributors

lubossmolik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

autofft's Issues

Poblems runnig Auto_FFT function,

Code exmaple:
Fs = 1 / (time(2) - time(1)); %sampling frequency
N = length(amplitude);
fs = Fs * (0:(N/2))/N;
set = struct("SamplingFrequency",fs,"FFTLength",N,"Mode","onesided");
[s,f,set] = autofft(amplitude,fs, set);
%amplitude_spectrum_dbv = 20 * log10(abs(s(1:N/2+1)));
disp(set)
figure;
plot(fs, s);
xlabel('Frequency (Hz)');
ylabel('Amplitude (Amplitude)');
title('Frequency Spectrum using autofft');
grid on;

The above is the code that i'm working on, its for creating frequency plot from amplitude , time data. I've installed the Auto_FFT from Add-ons in Matlab. I already shared the error i'm facing.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.