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?
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?
12 years 前 | 0
提问
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 ...
12 years 前 | 2 个回答 | 0
2
个回答已回答
IFFT operation on the vector
and if I zero pad, what constant I need to multiply?
IFFT operation on the vector
and if I zero pad, what constant I need to multiply?
12 years 前 | 0
提问
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...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 1
1
个回答提问
How to generate a binary sequence in simulink?
prob '0' and '1' = 0.5 . Thanks
12 years 前 | 2 个回答 | 0
2
个回答已回答
Questions on the attached example
Hello Walter, I don't understand, zeroing 'data' is used for initialize only? Thanks,
Questions on the attached example
Hello Walter, I don't understand, zeroing 'data' is used for initialize only? Thanks,
12 years 前 | 0
提问
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...
12 years 前 | 2 个回答 | 0
2
个回答已回答
to 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...
to 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...
12 years 前 | 0
提问
to speed up 'for' loop
hello, i have a loop with the following format: for n = 1:length(x) if .... ..... ...
12 years 前 | 2 个回答 | 0
2
个回答已回答
Closing 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. ...
Closing 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. ...
12 years 前 | 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...
Closing gui window *.gif
Hello Jan, I followed your suggestion with small adjustments: 1. the endless loops never stops, only switches one to other...
12 years 前 | 0
提问
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 ...
12 years 前 | 3 个回答 | 0
3
个回答提问
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 ...
12 years 前 | 2 个回答 | 0
2
个回答提问
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...
12 years 前 | 1 个回答 | 0
1
个回答提问
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...
12 years 前 | 1 个回答 | 1
1
个回答提问
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)...
12 years 前 | 0 个回答 | 0
0
个回答提问
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...
12 years 前 | 4 个回答 | 0
4
个回答提问
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...
12 years 前 | 0 个回答 | 0
0
个回答已回答
How to add a property to the handles?
So you saying that I need to create an object first and then assign it to handle?
How to add a property to the handles?
So you saying that I need to create an object first and then assign it to handle?
12 years 前 | 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...
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...
12 years 前 | 0
提问
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.
12 years 前 | 4 个回答 | 0
4
个回答提问
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? ...
12 years 前 | 1 个回答 | 0
1
个回答已回答
Radio buttons in GUI
I created uibuttongroup following your suggestions as follows: % Create the button group. h = uibuttongroup('visible','off'...
Radio buttons in GUI
I created uibuttongroup following your suggestions as follows: % Create the button group. h = uibuttongroup('visible','off'...
12 years 前 | 0
提问
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...
12 years 前 | 4 个回答 | 0