Question

This question is related to the MathLab. can you make simple code for me? thanks and...

This question is related to the MathLab.

can you make simple code for me?

thanks and have a good one.

1. Apply Fourier transform to image using fft (and fftshift).

2. and display the amplitude and phase using abs and angle functions.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)fourier transform to image using fft can be applied by using these way

FFTshift x[R] complex valued x[k]-complex valued N-1 DC ne frequenciesFTshift requenciesfrequencies . N-1 N123 N/2+1 123 /2 N

Add a comment
Know the answer?
Add Answer to:
This question is related to the MathLab. can you make simple code for me? thanks and...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Exercise 4. Computing and displaying the Fourier Transform of a signal Later in the semester it will become useful to d...

    Exercise 4. Computing and displaying the Fourier Transform of a signal Later in the semester it will become useful to determine the frequency response of a signal or system by taking the Fourier Transform empirically (rather than computing it analytically). To do so we make use of the fft and fftshift commands. The fft command is an efficient implementation of the Discrete Fourier Transform (DFT) known as the Fast Fourier Transform (FFT). When the FFT is computed the samples are...

  • please code on MATHLAB and show graph thank you in advance! Generate the following function y1(t)=2*...

    please code on MATHLAB and show graph thank you in advance! Generate the following function y1(t)=2* sin (2*pi* 1 *t)+4*sin(2*pi*2*t)+3*sin(2*pi*4*t) y2(t)=2*cos(2*pi*1*t)+4*cos(2*pi*2*t)+3*cos(2*pi*4*t) First, required by sampling theorem, the step size of t (delta t) has to be smaller than a value. Figure out this value and set the delta t at least 3 times smaller than this value and calculated y1(t) and y2(t). Increase the step size (delta t) and recalculate y1(t) and y2(t). See the difference. Calculate Fourier Transform of...

  • This is a MATLAB Question. Below is my base code for a Fourier Series of a...

    This is a MATLAB Question. Below is my base code for a Fourier Series of a half triangle wave. So I am being asked to isolate the first 8 components so that only those first 8 components of the half triangle function are calculated by MATLAB fft function, and then afterwards I am asked to do the same thing but with the first 20 components rather than the first 8. How do I isolate the first x number of components...

  • hello, I need help on solving the extra cradits. i just need the screen shot if...

    hello, I need help on solving the extra cradits. i just need the screen shot if the code in MATHLAB with the plot regenerating the original signal using FT result. pls make it simple and clear. if you dont know the answer dont replay. thats my lab report page that i need to fill for the question so you can have a better picture on what you are working on. thank you so much 3 Extra Credit . Now consider...

  • >> 4+ j*3 % or you can type 4+i*3 is the complex number with real part...

    >> 4+ j*3 % or you can type 4+i*3 is the complex number with real part 4 and imaginary part 3. Explore the functions abs and angle to plot the magnitude and phase of following complex valued function. Comment, on output of the phase when using the unwrap function. Can you please include comments to help me understand what that line of code is doing. t) = t exp (-4

  • Can you please help me answer Task 2.b? Please show all work. fs=44100; no_pts=8192; t=([0:no_pts-1]')/fs; y1=sin(2...

    Can you please help me answer Task 2.b? Please show all work. fs=44100; no_pts=8192; t=([0:no_pts-1]')/fs; y1=sin(2*pi*1000*t); figure; plot(t,y1); xlabel('t (second)') ylabel('y(t)') axis([0,.004,-1.2,1.2]) % constrain axis so you can actually see the wave sound(y1,fs); % play sound using windows driver. %% % Check the frequency domain signal. fr is the frequency vector and f1 is the magnitude of F{y1}. fr=([0:no_pts-1]')/no_pts*fs; %in Hz fr=fr(1:no_pts/2); % single-sided spectrum f1=abs(fft(y1)); % compute fft f1=f1(1:no_pts/2)/fs; %% % F is the continuous time Fourier. (See derivation...

  • Can you help me write a Python 3.7 code for this question? Write a program using...

    Can you help me write a Python 3.7 code for this question? Write a program using functions and mainline logic which prompts the user to enter a number, then generates that number of random integers and stores them in a list. It should then display the following data to back to the user: The list of integers The lowest number in the list The highest number in the list The total sum of all the numbers in the list The...

  • θtheta = ? Can you help me in this question? Thanks all. Vectors A and B...

    θtheta = ? Can you help me in this question? Thanks all. Vectors A and B have scalar product -2.00 and their vector product has magnitude 6.00. Part A What is the angle between these two vectors?

  • Please help as much as you can, I want to use this probem as a study guide for the final so any and all help / code is super appreciatted. Thanks Consider a simple direct current motor with transfer...

    Please help as much as you can, I want to use this probem as a study guide for the final so any and all help / code is super appreciatted. Thanks Consider a simple direct current motor with transfer function 10 P(s) = 2s2+s (a) Plot a Bode plot for the plant's transfer function. (b) Design a PD-controller that gives a closed loop bandwidth, wBw, of at least 10 rad/sec and has a phase margin of at least 30°· Using...

  • Can anyone help me make a simple maze using C++? Not an actual game just a...

    Can anyone help me make a simple maze using C++? Not an actual game just a maze. I'm learning the basics of C++ and I'm already stumped. I basically need C++ code to create a simple 32x32 ascii portrait of a maze. Please if anyone is a C++ I need some help thank you!

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT