Statistics
RANK
10.593
of 295.467
REPUTATION
4
CONTRIBUTIONS
20 Questions
15 Answers
ANSWER ACCEPTANCE
45.0%
VOTES RECEIVED
3
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
IFFT on padded vector with zeros
I want to pad this vector with zeros before IFFT for OFDM transmission. In that case what scaling factor should be?
meer dan 11 jaar ago | 0
Question
IFFT on padded vector with zeros
hello, I have a vector that padded with zeros and I want to perform IFFT on this vector, as follows: [ 1 2 3 4 0 0 0 . . . 0 ...
bijna 12 jaar ago | 2 answers | 0
2
answersIFFT operation on the vector
and if I zero pad, what constant I need to multiply?
bijna 12 jaar ago | 0
Question
IFFT operation on the vector
Hello, I want to make an ifft operation on some vector. according to help of ifft, it do not require any multipcation consta...
bijna 12 jaar ago | 2 answers | 0
2
answersQuestion
Adding cyclic prefix in ofdm - QAM16
Hello, I wanted to know, adding cyclic prefix is to each symbol or to an entire transmitted vector? I found some reference...
bijna 12 jaar ago | 1 answer | 1
1
answerQuestion
How to generate a binary sequence in simulink?
prob '0' and '1' = 0.5 . Thanks
bijna 12 jaar ago | 2 answers | 0
2
answersQuestions on the attached example
Hello Walter, I don't understand, zeroing 'data' is used for initialize only? Thanks,
meer dan 12 jaar ago | 0
Question
Questions on the attached example
Hello, I read this example: <http://www.mathworks.com/help/toolbox/daq/brty0qx-1.html> and have a question about it: Be...
meer dan 12 jaar ago | 2 answers | 0
2
answersto speed up 'for' loop
Hello Walter, Thank you , using a profiler really gave me a lot of information that I wan't aware of it before. I'll conti...
meer dan 12 jaar ago | 0
Question
to speed up 'for' loop
hello, i have a loop with the following format: for n = 1:length(x) if .... ..... ...
meer dan 12 jaar ago | 2 answers | 0
2
answersClosing gui window *.gif
Thank you for your help. I finally got this the way I want it. Using flags of 'LoopEntered' and 'StopLoop' get the job done. ...
meer dan 12 jaar ago | 0
Closing gui window *.gif
Hello Jan, I followed your suggestion with small adjustments: 1. the endless loops never stops, only switches one to other...
meer dan 12 jaar ago | 0
Question
Closing gui window *.gif
I created gui that has uipanel with two radio buttons. I'm running two endless loops for each radio button that know to switch ...
meer dan 12 jaar ago | 3 answers | 0
3
answersQuestion
How to plot subplots in GUI at axes?
Hi, I created some axes object in the GUI. I want to plot 2 subplots in the same axes. Is it possible and how to do it if ...
meer dan 12 jaar ago | 2 answers | 0
2
answersQuestion
Is there any examples that uses Wait.m?
Hi, I have two endless loops (while) that need to draw plots. each loop has a condition to switch from one to other. I ge...
meer dan 12 jaar ago | 1 answer | 0
1
answerQuestion
where my buttons disappeared in GUI *fig????
Hi, I created a GUI with gui guide. I added some radiobuttons on the uipanel. this panel and the buttons appear in the M-file...
meer dan 12 jaar ago | 1 answer | 1
1
answerQuestion
The handles didn't passed to the functio that I created.
I created a function (1) and want to use handles that were created in other function(2). the problem that when i run function(2)...
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
grid on in gui
HI, I have six axes in my gui, and I want that everyone of them will be with grid on. simple command grid on, apply only on...
meer dan 12 jaar ago | 4 answers | 0
4
answersQuestion
How to define a CallBack in GUI guide that is not related to the gui objects?
Hi, I want to define a CallBack that will do a specific work. That CallBack is not related to none of the gui objects (pushbu...
meer dan 12 jaar ago | 0 answers | 0
0
answersQuestion
how to create an object with several fields inside it?
Thanks,
meer dan 12 jaar ago | 0 answers | 0
0
answersHow to add a property to the handles?
So you saying that I need to create an object first and then assign it to handle?
meer dan 12 jaar ago | 0
How to add a property to the handles?
If I understood correctly, 'String' is a property? if yes, then you explained how to set and get value of a string. I'm looking...
meer dan 12 jaar ago | 0
Question
How to add a property to the handles?
I'm creating GUI using guide. I added a new handles, but it does not contain any property (like struct). Please advice.
meer dan 12 jaar ago | 4 answers | 0
4
answersQuestion
Handles that were created in the Callback, can be used in the other Callbacks?
I want to create a handles in the Callback and use data that was stored in in the handles in other Callback. Is it possible? ...
meer dan 12 jaar ago | 1 answer | 0
1
answerRadio buttons in GUI
I created uibuttongroup following your suggestions as follows: % Create the button group. h = uibuttongroup('visible','off'...
meer dan 12 jaar ago | 0
Question
Radio buttons in GUI
HI, I have two radio buttons in GUI. I want to make that only one button can be pressed at a time. what is the best way do it...
meer dan 12 jaar ago | 4 answers | 0