Questions tagged [srs]

SRS stands for Software Requirement Specification which is a complete document specifying functionality of the software being developed along with its use cases.

41 questions
1
vote
1 answer

Can GeoServer work with flat coordinate system

I have an application that displays different items on the custom map. The map has a coordinate system which is basically (X,Y) coordinates in centimeters where top-left corner has coordinates(0,0). All items are displayed relatively to this…
Alexander Burakevych
  • 2,396
  • 1
  • 24
  • 25
0
votes
0 answers

Can SRSRAN UE connect to a commercial network for 5G signal dumping?

I have a installed the srsRAN Version 23.4.0, UHD_4.4.0 on my ubuntu Jammy 20.04 and my experiment is to test 5G signal dumping for the 3.5GHz frequency. I have made the necessary changes to the ue.conf as seen, i vary the dl_earfcn value to change…
0
votes
1 answer

SRS server, DVR doesn’t work correctly with WebRTC

I'm testing SRS on my server. I have a problem when using DVR to save WebRTC to an mp4 file. The mp4 file only has some seconds, not full time (sometimes it only has 1 second). Do you have any suggestions for my case?
anhhtbk
  • 89
  • 2
  • 12
0
votes
1 answer

Unity-SRS player does not work after publishing

I publish in unity and play it on the web. If the player starts before the publisher, the video and audio can be obtained, but the video disappears after refreshing the page. If the publisher starts before the player, the receiver only has audio and…
cnsj
  • 1
0
votes
0 answers

What is the difference between functional requirement and usecase?

I have seen some sample SRS, almost all of them repeat what is in functional requirement into usecase section. Are they similar?
0
votes
1 answer

What would be the correct way to use Exec or Transcode ffmpeg in SRS version of Windows 5.0.128

i was doing tests in different ways, and i can't use the Exec or Transcode option, i highlight that I have copied the ffmpeg.exe in the objs folder. These are the codes I tried, and I attach the log errors. exec { enabled on; publish…
diegosn79
  • 86
  • 4
0
votes
0 answers

Error when using python to read SR830 lockin Amplifier, "TypeError: 'module' object is not callable"

I am currently using RS232 interface to read SR830 data. After searching the pymeasure library, I found Pymeasure.instrument.srs.sr830 can read data, but it doesn't work. I found out "ASRL3" is equal to "COM3" from serial port name…
Rui Bai
  • 1
  • 1
0
votes
1 answer

in what document of RUP should i put the Use case attributes (form fields)?

In what document of RUP should I put the Use case attributes (form fields)? Suppose that there is a registration use case for some system. As a system analyst writing SRS, where could I write the specific attribute (form fields) of the registration…
Younis
  • 1
  • 1
0
votes
2 answers

SRS: how different between Scenarios and Process narrative(UML)

In Software Requirements Specification, what is the difference between Scenarios and Process Narratives of each function (described using UML)? I understand that Scenarios are descriptions of a single feature of the system. Is it necessary to…
Ratchapol
  • 55
  • 6
0
votes
1 answer

how to create a for loop in R to run a simple random sample and calculate the average of each set

data = read.csv(file= "~/Downloads/data.csv") temp=(data$temp) n=75 N=length(temp) s=sample(1:N, n) ybar=mean(temp[s]) I want to run the sample 100 times where n is 75. Then calculate average of each sample, and subtract each average from a set…
Uma
  • 1
  • 1
0
votes
1 answer

Software Requirements Specification translation

I got a quick question for my spanish-speaking folks. You know, in this profession becomes very natural to start thinking in English for several reasons, best documentation and books are in English, programming languages are in English and community…
romeroqj
  • 829
  • 3
  • 10
  • 21
0
votes
1 answer

SRS for Non-Object Oriented Projects?

What diagrams must contain in the SRS of NON-OO Project? Can use case diagram, activity diagrams include in NON-OO SRS?
pasanbsb
  • 445
  • 2
  • 4
  • 13
0
votes
1 answer

UML: Building an SRS Class Diagram: Too complicated?

I'm taking a UML class at my school, and my teacher wants us to do the basic, bare-minimum of the assignment, and will not answer any questions. That being said, the requirements of the system had use-cases of Registration, Student Record, Log-In,…
Sierra
  • 327
  • 4
  • 11
0
votes
1 answer

How to approach SRS

What is the best way to write the system requirement specification. Definition is given to me. project scope is very heavy. Which model should i approach to get the detailed requirement from the client ? Which are the common mistakes while…
sohilv
  • 1,712
  • 2
  • 16
  • 21
0
votes
1 answer

Checking software requirements

As part of a homework assignment, I have to check an SRS (Software Requirement Specification) document for mistakes. One of the chapters look like this: 4 - Verification The current specification of the system will be inspected by an external…
Gábor Major
  • 444
  • 2
  • 8
  • 23