Community Profile

photo

noobmaster69


Last seen: environ 4 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


How would I be able to translate this equation to a MATLAB for loop?

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Interp1 command, wrong number of input arguments
xc = conv(h,x); tr = start : Ts : stop; R = 1050; tau = 2*R/c; yc = interp1(xc,tt...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


I keep getting the error message that vectors must be the same length in the plot command
fc = (f1 + f2)/2; r = 2e10; Bw = 2e8; Tp = 5e-7; t2 = 0:r*21:20; t3=-10:r*10+1:10; t4= 0:r*31:30; W = Bw; w = hamming(t2...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


How would I put this in a for loop ?
clc; clear; close all; T=1; % Period w0 = 2*pi/T; % frequency Vm = 1; % Voltage amplitu...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Periodic function. How would I make this function repeat itself for, let's say, -1 to 3 seconds or something?
clear;clc; Vm =1 ; % Amplitude of signal T= 1 ; % Period syms t; v1 = Vm*sin((4*pi*t)/T); v2= 2*Vm*sin((4*pi*t)/T); v = ...

environ 5 ans il y a | 1 réponse | 1

1

réponse

Question


Error: "Array indices must have positive or logical values"
close all; clc; Tp = .00005; Bw = 10^8; P = 1; %Watt R = 10^3; %m r = 20*10^9; %sps t = linspace(0,Tp,(r.*Tp)); Fif =...

environ 5 ans il y a | 1 réponse | 0

1

réponse