Feeds
질문
How to reshape and repeat at the same time.
Hi guys, I have the following data data= [1 3 7 9 2 5] and I want the data to be as a matrix (2*6) newdata=1 1 7 7 ...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
How to save a loop data
Hi guys, I have a for loop, but every iteration overwrites the variable(max_run), and I have only the final data left. How can I...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Hi guys, I have a for loop, but every iteration overwrites the variable(max_run), and I have only the final data left.. How can I save data from every loop? I saw some other questions like my issue, but I always get an error"Improper assignment with
%% BPSK Generation clear all; close all; clc; N = 2*10^4; % number of bits or symbols ip = rand(1,N)...
대략 9년 전 | 답변 수: 1 | 0
1
답변질문
Spectrum of the quantizer output
Hello, please I need your help to write a Matlab code for the following problem. Suppose that the output of a nonlinear block...
9년 초과 전 | 답변 수: 0 | 0
0
답변질문
Undefined function 'plotSpec' for input arguments of type 'double'
Hello, The following code should give the following graph, but there is an error appearing which is "Undefined function 'plot...
9년 초과 전 | 답변 수: 2 | 0
