Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

ASSIGNMENT TASK My thesis is Microwave imaging for osteoporosis diagnosis. For this project I need to take in signals from a vna and bring into matlab. I need to convert the 15 signals from frequency...

1 answer below »
ASSIGNMENT TASK
My thesis is Microwave imaging for osteoporosis diagnosis. For this project I need to take in signals from a vna and
ing into matlab. I need to convert the 15 signals from frequency domain to time domain using fourier transform (this is the main task). Im confused as to how to do it so if these signals are converted into time domain and then get the time difference between the signals to get time difference using only a few lines of code I would be so happy. Let me know if you are confused with anything. Ask me about the cvs files and how the co
elate to the .mat files.
Answered Same Day Mar 05, 2021

Solution

Kshitij answered on Mar 07 2021
145 Votes
AllsignalsInTimeD/mfilea.m
%
load SIgnal1.mat
load Signal2.mat
load Signal3.mat
load Signal4.mat
load Signal5.mat
load Signal6.mat
load Signal7.mat
load Signal8.mat
load Signal9.mat
load Signal10.mat
load SIgnal11.mat
load Signal12.mat
load Signal13.mat
load Signal14.mat
load Signal15.mat
%fft of signal
y1=fft(signaL1);
y2=fft(signaL2);
y3=fft(signaL3);
y4=fft(signaL4);
y5=fft(signaL5);
y6=fft(signaL6);
y7=fft(signaL7);
y8=fft(signaL8);
y9=fft(signaL9);
y10=fft(signaL10);
y11=fft(signaL11);
y12=fft(signaL12);
y13=fft(signaL13);
y14=fft(signaL14);
y15=fft(signaL15);
figure(1);
subplot(5,3,1), plot(signaL1)
xlabel('Time')
ylabel('Amplitude')
title('S14')
subplot(5,3,2), plot(signaL2)
xlabel('Time')
ylabel('Amplitude')
title('S16')
subplot(5,3,3), plot(signaL3)
xlabel('Time')
ylabel('Amplitude')
title('S1001')
subplot(5,3,4),...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here