Feeds
질문
Simulink quadrotor model - root locus
I need a quadrotor Simulink model (the closed loop system) so I can plot the root locus, nyquist, etc. for a controller I design...
대략 6년 전 | 답변 수: 0 | 0
0
답변질문
Why my spectrogram looks so bad? (white lines)
I have an audio called audio.mp3 and I do: [u Fs]=audioread('audio.mp3'); And then: figure; spectrogram(u); figu...
8년 초과 전 | 답변 수: 3 | 0
3
답변질문
Symbolic function with constant value - MATLAB
Hello everyone. I'm trying to plot different values of a function: z = (1+s)/(-1+s^2) with s from 1 to 100. I mean: ...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Cascade of discrete filters in MATLAB
Hello everyone. I'm trying to make a band-reject filter but I can't put 2 filters in cascade. This: lp = fir1(100, 0...
9년 초과 전 | 답변 수: 2 | 0
