Community Profile

photo

noobmaster69


Last seen: etwa 4 Jahre vor Aktiv seit 2019

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 = ...

etwa 5 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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 =...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort