답변 있음 Complex Coefficient Filter bode plot
You could try this as a workaround
a = tf(1,[1,i]) % Complex tf
wp = logspace(-2,2,100); % Freq vector
hpos = freqresp(a,...
대략 14년 전 | 0
답변 있음 multiple bode plots on same graph
You can create an frd object from your data and then plot it like any other LTI object.
[ResponseData,Frequencies]=freqresp...
대략 14년 전 | 1
| 수락됨
답변 있음 Bode diagram to Nichols curve
Hi Simon,
You can create an FRD (frequency response data object) using the mag and phase information
>> m = [1;2;3]; % m...
답변 있음 SISO Design tool in discrete time
Hi Adeyemi,
In the SISO Design Tool there is an check box option on the PID tuning panel for "Design with first order derivat...