Feeds
回答済み
step amplitude change in a sine wave code Matlab
clear all %Initialize variables Ts_main = 1e-6; fundamental_frequency = 50; fundamental_period = 1/fundamental_frequency;...
step amplitude change in a sine wave code Matlab
clear all %Initialize variables Ts_main = 1e-6; fundamental_frequency = 50; fundamental_period = 1/fundamental_frequency;...
5年以上 前 | 0
質問
step amplitude change in a sine wave code Matlab
Hello. How do i create a step change in the amplitude of a sine wave. This is the code i have thus far: I want to change the ...
5年以上 前 | 2 件の回答 | 0
2
回答質問
How to phase shift discrete time sinusoidal waveform by a certain phase angle?
Hello. I am using MATLAB 2018a. I am trying to phase shift discrete time sinusoidal waveform by a certain phase angle, say 100 d...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Hello I am trying to implement a transfer function with an exponential and use it as a block in matlab simulink .
How do i express the transfer function H(s)=(1 - exp(-0.01s))/s and add the transfer funtion H(s) in simulink as a block? ...
7年以上 前 | 1 件の回答 | 0
