Feeds
提问
blocks of spread spectrum
Hi, I have to convert a bitstream of 10 kbps to 100k bps using spread spectrum in Simulink. Which blocks are suitable for thi...
9 years 前 | 0 个回答 | 0
0
个回答提问
sample time not compatible
Hi, in this link <http://www.mathworks.com/matlabcentral/fileexchange/722-bluetooth-modulation-and-frequency-hopping> a Simul...
9 years 前 | 0 个回答 | 0
0
个回答提问
Simulink examples of Adaptive Frequency Hopping
Hi, I am looking for Simulink examples of Adaptive Frequency Hopping which is a closed loop. Can anyone give me a hint? Ow...
9 years 前 | 0 个回答 | 0
0
个回答提问
Selector block before the spectrum scope
Hi, in this example <http://de.mathworks.com/help/comm/examples/bluetooth-frequency-hopping.html?s_tid=srchtitle%20 Bluetooth...
9 years 前 | 0 个回答 | 0
0
个回答提问
send data in frame based mode in Simulink
Hi, How to send 65536 bytes step by step in frame based mode in Simulink? In every frame shall 1024 bytes be sent, so there a...
9 years 前 | 1 个回答 | 0
1
个回答已回答
JPEG file into an array
Thanks. It works, but there is still a problem with size matching. An JPEG file has the following parameters: 18.6KB, 242x379, b...
JPEG file into an array
Thanks. It works, but there is still a problem with size matching. An JPEG file has the following parameters: 18.6KB, 242x379, b...
9 years 前 | 0
提问
JPEG file into an array
Hi, is it possible to convert an JPEG file into an array in Matlab? What about the reverse conversion? Owen
9 years 前 | 3 个回答 | 0
3
个回答提问
sample rate of a DUC object
Hi, I’m using the DUC system object to make frequency upconversions: <http://www.mathworks.com/help/dsp/ref/dsp.digitalupconv...
10 years 前 | 1 个回答 | 0
1
个回答提问
where to find memory limit
Hi, I’m using the example code of dsp.DigitalUpConverter System object to make some tests: <http://www.mathworks.com/help/dsp...
10 years 前 | 3 个回答 | 0
3
个回答提问
problems with initial values of Buffer block
Hello, I want to process 5 bytes at every sample time in Simulink, but the input is a bitstream. I have to do some conversion...
10 years 前 | 0 个回答 | 0
0
个回答提问
import 4x1 vectors from Inport block
Hi, I want to import some data (100 numbers) from Workspace into a Simulink model with an Inport Block. The data is genera...
10 years 前 | 0 个回答 | 0
0
个回答提问
sequence output with the Constant block
Hello, is it possible to output the sequence 1 2 3 4 5 1 2 3 4 5 1 2 3 4 5 ... With the Constant block? Senmeis
10 years 前 | 0 个回答 | 0
0
个回答提问
sample time from "From Workspace" block
Hello, I connect a From Workspace Block with a To Workspace Block so that the variable in From Workspace can be read into To ...
10 years 前 | 0 个回答 | 0
0
个回答提问
waveform signals collecting in Phased Array System Toolbox
Hi, I want to calculate the signal arriving at an antenna array with the method „collectPlaneWave“ from Phased Array System T...
10 years 前 | 1 个回答 | 0
1
个回答提问
how to solve this matrix equation?
Hello, The product of a 3x5 matrix B and a 5x3 matrix K shall be a unit matrix. B = [0 3 -1 2 1;-4 0 -1 -3 1;0 0 3 -...
11 years 前 | 1 个回答 | 0
1
个回答提问
taking out elements from a series of integers
Hello, I can’t develop the following simple model with Simulink, so please help me with it. A generator creates a series o...
11 years 前 | 2 个回答 | 0
2
个回答提问
synchronization marker for receiver
Hi, In a communication system a marker of 32 bits is used to synchronize the receiver. After these 32 bits, 255 data bytes sh...
11 years 前 | 0 个回答 | 0
0
个回答提问
two issues about the Spectrum Scope block
Hi, Please help me with two issues about the Spectrum Scope block. Is it possible to freeze the scope while simulation so ...
11 years 前 | 0 个回答 | 0
0
个回答提问
power of a modulated waveform
Hi, I must determine the power of a modulated waveform in Simulink. As far as I know this waveform is represented by many ...
11 years 前 | 0 个回答 | 0
0
个回答提问
question regarding an passband example
Hi, By typing "commpassbandmod" in the command console you can open a passband simulation example model. If the parameter...
11 years 前 | 0 个回答 | 0
0
个回答提问
build an OQPSK passband model
Hi, I have to build an OQPSK passband model. Now there are two choices: 1. modem.oqpskmod function (in form of I+jQ) + mul...
11 years 前 | 1 个回答 | 0
1
个回答提问
sample times of a product block
Hi, I have to use the "Product" block as a mixer. Somehow I get this knowledge: The sample times of two inputs must not have ...
11 years 前 | 0 个回答 | 0
0
个回答提问
"Upsampling factor" in "Raised Cosine Transmit Filter" block
Hi, A parameter "Upsampling factor" can be seen in the "Raised Cosine Transmit Filter" block and this one must be at least 2....
11 years 前 | 0 个回答 | 0
0
个回答提问
up conversion problem in Simulink
Hi, I want to up convert a signal with the following structure: The source and a "Sine Wave" block are connected with a "Prod...
11 years 前 | 0 个回答 | 0
0
个回答提问
two questions about soft decision for Viterbi Decoder
Hi, the parameter "Number of soft decision bits" in Viterbi Decoder can be set to 1. Does this equal to hard decision? Are...
12 years 前 | 0 个回答 | 0
0
个回答提问
solver for digital systems
Hi, is it better to set Solver to "discrete (no continuous states)" for digital systems? Thanks Senmeis
12 years 前 | 1 个回答 | 0
1
个回答提问
"Signal to noise ratio" and "Input signal power, referenced to 1 ohm (watts)" in AWGN
Hi, In the AWGN block there are two parameters: "Signal to noise ratio" and "Input signal power, referenced to 1 ohm (watts)"...
12 years 前 | 0 个回答 | 0
0
个回答提问
import variables from Base Workspace into Simulink model
Hi, Is it possible to show the variables in Base Workspace on the Simulink model window automatically after one simulation? M...
12 years 前 | 1 个回答 | 0