Feeds
질문
Using FFT for linear convolution in frequency domain
I am trying to find the system response given a periodic input (in this example it is cos(t)) I have an impulse response, h an...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to interpret FFT output
t=0:.01:2*pi; f=cos(t); F=fft(f) plot(real(F)) <</matlabcentral/answers/uploaded_files/28532/stackoverflow.jpg...
거의 11년 전 | 답변 수: 2 | 0
2
답변질문
Calculating steady state response to periodic force input (mass spring damper system)
I am trying to calculate the steady state response for the system defined in my code below to a periodic force of cos(t) using f...
거의 11년 전 | 답변 수: 0 | 0
0
답변질문
How to increase SPEED of solving linear system
I am making a gui with a dynamic plot linked to sliders and edit text boxes. So, i want to the plot to update AS FAST AS POSSIBL...
거의 11년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to get Second GUI to pop up in Front of Main GUI instead of Behind
so... in order pass data from mainGUI to secondGUI i used setappdata(mainGUI,'',) then launched the secondGUI. The figure windo...
How to get Second GUI to pop up in Front of Main GUI instead of Behind
so... in order pass data from mainGUI to secondGUI i used setappdata(mainGUI,'',) then launched the secondGUI. The figure windo...
거의 11년 전 | 0
질문
How to get Second GUI to pop up in Front of Main GUI instead of Behind
When i launch another GUI from my main GUI, the new one pops up BEHIND the main GUI, i want it to pop up in front of the main GU...
거의 11년 전 | 답변 수: 2 | 0