i want to do fast fourier transformation in matlab of rising falling and envelope functions pulse on single graph.Could anyone tell me how to write matlab program.
As you know the 'hold' function is part of how to do it.
For example
clear; clc;
t = -pi : .1 : pi;
x = sin(t);
y = cos(t);
plot(t,x,'color','r'); hold on;
plot(t,y,'color','b');
I want to grow Nb nano particle by using niobium oxide as a precursor material, so could you explain me step by step how to make sol. and the to get gel from that, it will be very helpful for me,...
11 December 2018 6,736 13 View
07 August 2016 4,729 1 View
31 December 2015 8,003 1 View
I want to know about the importance of mutual inductance to design superconducting flux Qubit.
09 October 2015 2,756 3 View
I want to fit exponential data in matlab and find decay time constant.
09 October 2015 8,140 1 View
I have conducted and published a systematic review and meta-analysis research with the topic related to public health and health pomotion (protocol was registed in PROSPERO). Now we want to...
03 March 2021 8,920 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
Hi everyone, I'm studying Marketing and I would like to write my PhD thesis on the topic of pricing. Any specific ideas?
02 March 2021 9,706 5 View
We are analysing scientific reports at University in great detail, so I wanted to find a scientific report about how to write a scientific report. Including detail such as what information to put...
02 March 2021 7,602 4 View
We have one plant, the local people using this for controlling blood sugar, the toxicity and antidiabetic activity of the plant is not reported yet, please guide from whag should be the process ?...
02 March 2021 2,300 1 View
How do I do energy minimization in lammps with NVT ensemble ? I am using the following command and it does not seem to work. It stops at extremely high energy and gives me the error zero search...
01 March 2021 2,294 3 View
01 March 2021 3,905 5 View
I am a second-year grad student. I am finding it difficult finding time to read literature and write (things like qualifying exam, thesis, grants). I find myself so busy with bench work that I...
01 March 2021 3,325 4 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
The following code (see 1st 2 images attached) is used to produce PID controller values that are designed to control the system (G). The code finds the PID controller values (noted as k) by using...
28 February 2021 6,560 14 View