Ask an expert. Trust the answer.
Your academic and career questions answered
by verified experts.
Hi, I am trying to simulate the signal by Embedded matlab function in sumulink. The function has two input T=10e-6,B=30e6 and one output. The code...
[P,F] = spectrum(SSSS,128,0,hanning(128),1/15); is the old version of matlabs solution to find the spectrum of the signal named 'SSSS'. can any one ...
I have a vector such as A = [1 2 2 3 2 4 5 7 6 6 5 4]. As we can see that 7 is the maximum value of this vector. I want to know the location of this m...
1.to design lp fir filter using fir1, fir2 ,firpm 2. use three cutoff frequencies 500-1000hz, 1001-2000hz,2001-3000hz 3.plot frequency response using ...
'y' is the input white noise and 'g' is the sine wave... h=y+g... how to filter 'h' using firlpnorm?? ...
I have to generate a matlab code for generating triangular wave with monotonically increasing and monotonically decreasing amplitude. That means the...
Dear all, I have an 15X1 logical image for example like this: 0 0 0 1 1 0 0 0 1 1 1 1 0 0 0 As we see, the one's are not connected. I want to ma...
I have A which is 8x2 vector A = [185 194; 155 208; 152 244; 174 258; 214 257; 223 236; 220 211; 215 198]; I want to generate B which is 50% of ...
I have a vector [A] which includes positive and negative values A = [1 4 5 2 -3 4 5 7 -6 -6]. I want to change those negative values by adding -180 to...
Good day. Below I have a piece of code written. %% Peak detection Part % In this part, we have defined a threshold value. So, all peaks above ...