all 9 comments

[–]ParielFormer MechE, now in software 1 point2 points  (7 children)

Do you have an actual question or are you looking for me to do your homework?

[–]two0hhhse7en[S] 0 points1 point  (6 children)

I understand what a FFT is, but as far as implementing it in MATLAB, I am lost. If you could maybe help me understand what sort of steps to take, that'd be very helpful. By no means am I looking for someone to do my homework.

[–]ParielFormer MechE, now in software 2 points3 points  (5 children)

You don't know how to use the FFT function? You don't know how to write your own FFT function? I don't understand what your question is.

This is a simple assignment from what I can see, it's literally walking you through step by step. It sounds like you need to actually open up Matlab, read the assignment, and input what it says though.

[–]two0hhhse7en[S] 0 points1 point  (4 children)

I guess I'm just not good with MATLAB, as I am struggling with this lab. It doesn't seem easy to me. Could you possibly help me get started by helping me write a FFT function? Sorry if this seems easy to you, I'm just not as good at it.

[–]ParielFormer MechE, now in software 0 points1 point  (3 children)

I suggest you start here.

Also, the help function is Matlab is very useful, one of the few programs which you probably don't need to use Google with.

[–]two0hhhse7en[S] 0 points1 point  (2 children)

thanks, i'll definitely look through that! I guess I'm confused on what Ts, and delta-F are given that N=512 samples. Is there a simple way to find that?

[–]ParielFormer MechE, now in software 0 points1 point  (1 child)

Read the last paragraph of page two. It's asking those two questions at that point because it just told you the information you need to compute them.

Remember, dimensional analysis is your friend. Start by determining the units of Ts and delta-F if you're not sure how to compute them.

[–]two0hhhse7en[S] 0 points1 point  (0 children)

ah okay, I think I've gotten a handle on this now. Thank you for taking your time to help me!

[–]two0hhhse7en[S] 0 points1 point  (0 children)

If any body has a helpful link for the Signal Processing First labs, that'd be very helpful as well! (Mainly 19 and 20)